View source: R/create_season_directory.R
create_season_directory | R Documentation |
This function creates a set of nested folders to hold the data for a breeding season. The structure is set up to match what has been used in the past and to work with the output folders that are requested by the yield file macro. The main folders created store data for the planting, crossing, harvesting/processing, and NIR data collection stages of the breeding program.
create_season_directory(startdir = NULL, season_name = NULL)
startdir |
A file path to the directory where the new directory will be created in |
season_name |
The name of the season that will be used to name the uppermost directory folder |
create_season_directory(startdir = "C:/breeding program directory", season_name = "2021")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.