get_files_ccdr: Get CCDR Files from a Directory

Description Usage Arguments Value Examples

View source: R/import_CSDR_1921_XML.R

Description

For a given directory (i.e., file path), return a recursive list of all CSDR XML files.

Usage

1
get_files_ccdr(file_path)

Arguments

file_path

The root directory to search from.

Value

A 6 column table (tbl_df) of XML files and their type (e.g., 1921, 1921-1).

Examples

1
2
3
4
5
## Not run: \donttest{
file_path <- system.file("extdata", package = "dstCSDR")
get_files_ccdr(file_path)
}
## End(Not run)

daniel-r-germony/dstCSDR documentation built on Jan. 4, 2020, 12:16 a.m.