Description Usage Arguments Value Examples
View source: R/import_CSDR_1921_XML.R
For a given directory (i.e., file path), return a recursive list of all CSDR XML files.
1 | get_files_ccdr(file_path)
|
file_path |
The root directory to search from. |
A 6 column table (tbl_df) of XML files and their type (e.g., 1921, 1921-1).
1 2 3 4 5 | ## Not run: \donttest{
file_path <- system.file("extdata", package = "dstCSDR")
get_files_ccdr(file_path)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.