Description Usage Arguments Value Examples
Parse the data for a given file name with a valid extension (i.e., '1921_1.xml').
1 | read_xml_fchr(file_path)
|
file_path |
The file to read. |
A list of two tables (tbl_df):
The document metadata (e.g., Program Name, Contract Number, Report As Of Date, etc.).
The WBS level cost report data.
1 2 3 4 5 6 7 | ## Not run: \donttest{
file_path <- paste0(system.file("extdata", package = "costTools"), "/CCDR_Data/")
get_files_ccdr(file_path)
cost_report_2 <- read_xml_fchr(paste0(file_path, ccdr_files$dir[2], ccdr_files$file[2]))
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.