Description Usage Arguments Author(s) Examples
Change tag margins
1 | argonMargin(tag, orientation, value)
|
tag |
Tag to be treated. |
orientation |
Margin side. See https://getbootstrap.com/docs/4.1/utilities/spacing/. |
value |
Margin value, negative or positive. See https://getbootstrap.com/docs/4.1/utilities/spacing/. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 | if (interactive()) {
library(argonR)
argonMargin(tag = h1("test"), orientation = "t", value = -1)
argonMargin(tag = h1("test"), orientation = "x", value = 7)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.