create_season_directory: Create a new directory to hold all the files for a new...

View source: R/create_season_directory.R

create_season_directoryR Documentation

Create a new directory to hold all the files for a new breeding season

Description

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.

Usage

create_season_directory(startdir = NULL, season_name = NULL)

Arguments

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

Examples

create_season_directory(startdir = "C:/breeding program directory", season_name = "2021")

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