read_drf_file: Read StanForD Classic drf-files (machine reports from forest...

View source: R/drf2tables.R

read_drf_fileR Documentation

Read StanForD Classic drf-files (machine reports from forest machines)

Description

Read StanForD Classic drf-files (machine reports from forest machines)

Usage

read_drf_file(filename)

Arguments

filename

A file (including path) the function should read

Value

a list of tables populated with data from the drf report: report_header, object_definition, individual machine work time, combined machine work time

Examples

 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[4])
 drf_report <- read_drf_file(drffiles[5])

helmerbelbo/stanfordclassicr documentation built on March 5, 2025, 10:24 a.m.