| construct_class_path | R Documentation |
Construct class path
construct_class_path(x, subclass, prefix = TRUE, sep = "_")
x |
ANY |
subclass |
character Name of desired subclass. Can be a vector of length > 1 |
prefix |
logical
|
construct_class_path(x = logical(), "sub")
construct_class_path(x = logical(), c("sub_sub", "sub"))
construct_class_path(
x = numeric(),
subclass = "sub",
prefix = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.