Change tag padding
argonPadding(tag, orientation, value)
Tag to be treated.
Padding side. See https://getbootstrap.com/docs/4.1/utilities/spacing/.
Padding value. See https://getbootstrap.com/docs/4.1/utilities/spacing/.
if (interactive()) {
library(argonR)
argonPadding(tag = h1("test"), orientation = NULL, value = 5)
argonPadding(tag = h1("test"), orientation = "x", value = 2)
}