Description Usage Arguments Value Examples
The regular expression may not always pick up the correct group for each xml. Thus it is safer to separate this step from parsing so that users get to review and edit(if necessary) the resolved group results.
1 |
files |
character vector, full paths of 'xml' workspace files |
pattern |
character a regular expression to specifiy which group to parse |
a list of opened workspace objects and the group names matched by regular expression.
1 2 3 4 5 | ## Not run:
wsFiles <- list.files(dataPath, pattern = ".xml", full = T)
groups <- get_groups(wsFiles, "(_MD)|(_SK)")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.