read_prd_file | R Documentation |
Read StanForD Classic prd-files (machine reports from forest machines)
read_prd_file(filename)
filename |
The file name (including path) of the file the function should read |
should return a list of tables populated with data from the prd report: report_header, object_definition, species_definition, product_definitions, volume_summary, logs_summary
files <- list.files(system.file("extdata", package = "stanfordclassicr"), full.names = TRUE)
prdfiles <- files[stringr::str_detect(files, ".prd")]
prddata <- read_prd_file(prdfiles[1])
prddata <- read_prd_file(prdfiles[2])
prddata <- read_prd_file(prdfiles[3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.