Copy the sample files into an inputs subdirectory. This makes the starter files available for customizing and data collection. The inputs directory will be created if not already present. Preexisting files, if present, will not be overwritten. Also creates an empty results subdirectory as a default location for evaluator output.

create_templates(base_directory)

Arguments

base_directory

Parent directory under which to create starter files.

Value

A dataframe of the starter filenames, along with a flag on whether a file was copied.

Examples

if (FALSE) {
create_templates("~/evaluator")
}