get_usms_list: Getting usms names list for an usms.xml file

View source: R/get_usms_list.R

get_usms_listR Documentation

Getting usms names list for an usms.xml file

Description

Extracting a usm names list from an usms.xml file

Usage

get_usms_list(file, usm = NULL)

Arguments

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.

Value

A vector of usm names

Examples

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")
)


SticsRPacks/SticsRFiles documentation built on July 4, 2025, 4:19 p.m.