View source: R/yield_progress_report.R
yield_progress_report | R Documentation |
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
yield_progress_report( yieldfiles = NULL, leadsheetfiles = NULL, yield_name_lookup = NULL, has_nir = FALSE, nirfiles = NULL )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.