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