View source: R/get_usms_list.R
get_usms_list | R Documentation |
Extracting a usm names list from an usms.xml file
get_usms_list(
file,
usm = NULL,
usm_path = lifecycle::deprecated(),
name = lifecycle::deprecated()
)
file |
Path (including name) of the USM xml file |
usm |
Vector of USM names (or partial names). Optional, if not provided, the function returns the names of all the USMs included in the given file. |
usm_path |
|
name |
A vector of usm names
path <- get_examples_path(file_type = "xml")
usms_list <- get_usms_list(file = file.path(path, "usms.xml"))
usms_list <- get_usms_list(file = file.path(path, "usms.xml"),
usm = c("usm1", "usm2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.