style_aliases | R Documentation |
Each style is assigned a set of aliases, all of which will work in this package.
style_aliases()
.bld()
.itl()
.pln()
.def()
.res()
.und()
.sts()
A character vector.
.bld()
: All aliases for bold style.
.itl()
: All aliases for italic style.
.pln()
: All aliases for plain style
.def()
: All aliases for default style
.res()
: All aliases for resetting styles and colors back to default values.
.und()
: All aliases for underline style.
.sts()
: All aliases for styles.
egStyleAliases <- function() {
base::list(bld = uj::.bld(), def = uj::.def(), itl = uj::.itl(), pln = uj::.pln(),
res = uj::.res(), und = uj::.und(), sts = uj::.sts())
}
egStyleAliases()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.