yield_progress_report: Make a progress report for yield trial data collection

View source: R/yield_progress_report.R

yield_progress_reportR Documentation

Make a progress report for yield trial data collection

Description

This function takes the paths to the leadheet files and the yield files and makes a progress report for each test to say what data has been collected for each test out of what data still has to be collected

Usage

yield_progress_report(
  yieldfiles = NULL,
  leadsheetfiles = NULL,
  yield_name_lookup = NULL,
  has_nir = FALSE,
  nirfiles = NULL
)

Arguments

yieldfiles

file paths to all the yield field data files

leadsheetfiles

file paths to all the lead sheet files

yield_name_lookup

A lookup table to map the test names used in the leadsheets to those used in the field notes

has_nir

Logical: has nir data been collected yet

nirfiles

File paths to nir data. Can be left as NULL if nir has not been collected yet


jhgille2/snfR documentation built on Jan. 31, 2023, 2:13 a.m.