XPSremove | R Documentation |
The function is designed to erase the content of selected slots:
"all"
=
it resets all the slots
. This is the default value if what
is
missing. See examples.
"fit"
= it resets the Fit slot
.
"components"
= it resets the Components slot
indicated by the
number
. If number
is missing then all the components will be
reset.
"baseline"
= it resets the Baseline slot
.
"regionToFit"
= it removes only and any link.
XPSremove(
object,
what = c("all", "fit", "components", "baseline", "regionToFit"),
number
)
object |
XPSCoreLine |
what |
one of "all", "fit", "components", "baseline", "regionToFit" |
number |
in case of |
'XPSremove' returns the object XPSCoreLine with erased slots.
XPSCoreLine
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.