Change tag margins
argonMargin(tag, orientation, value)
Tag to be treated.
Margin side. See https://getbootstrap.com/docs/4.1/utilities/spacing/.
Margin value, negative or positive. See https://getbootstrap.com/docs/4.1/utilities/spacing/.
if (interactive()) {
library(argonR)
argonMargin(tag = h1("test"), orientation = "t", value = -1)
argonMargin(tag = h1("test"), orientation = "x", value = 7)
}