read_pri_file | R Documentation |
Read StanForD Classic PRI-files (mahcine reports from forest machines)
read_pri_file(filename, verbose = FALSE)
filename |
is the file name of the pri file to be digested |
verbose |
Setting this parameter to TRUE will make the function also return the variable content of all variables available in the file. |
should return a list of tables populated with data from the stm report: report_header, object_definition, operator_definition, product_definitions, stems, logs
files <- list.files(system.file("extdata", package = "stanfordclassicr"), full.names = TRUE)
prifiles <- files[stringr::str_detect(files, ".pri")]
pridat1 <- read_pri_file(prifiles[1], verbose = TRUE)
pridat2 <- read_pri_file(prifiles[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.