read_ktr_file | R Documentation |
Read StanForD Classic ktr-files (mahcine reports from forest machines)
read_ktr_file(filename)
filename |
A filename (including path) the function should read |
a list of tables populated with data from the stm report: report_header, object_definition, calibration dates, control measurements
files <- list.files(system.file("extdata", package = "stanfordclassicr"), full.names = TRUE)
ktrfiles <- files[stringr::str_detect(files, ".ktr")]
filename = ktrfiles[2]
ktrdata <- read_ktr_file(filename)
ktrdata <- read_ktr_file(ktrfiles[1])
ktrdata <- read_ktr_file(ktrfiles[2])
ktrdata <- read_ktr_file(ktrfiles[3])
ktrdata <- read_ktr_file(ktrfiles[4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.