read_drf_file | R Documentation |
Read StanForD Classic drf-files (machine reports from forest machines)
read_drf_file(filename)
filename |
A file (including path) the function should read |
a list of tables populated with data from the drf report: report_header, object_definition, individual machine work time, combined machine work time
files <- list.files(system.file("extdata", package = "stanfordclassicr"), full.names = TRUE)
drffiles <- files[stringr::str_detect(files, ".drf")]
drf_report <- read_drf_file(drffiles[1])
drf_report <- read_drf_file(drffiles[2])
drf_report <- read_drf_file(drffiles[5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.