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