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

hbelbo/stanfordclassicr documentation built on Dec. 23, 2024, 2:45 p.m.