set_results: Set results folder after initialization

View source: R/initialize_project.R

set_resultsR Documentation

Set results folder after initialization

Description

Set results folder after initialization

Usage

set_results(results, proj = org::project)

Arguments

results

A folder inside results with today's date will be created and it will be accessible via org::project$results_today (this is where you will store all of your results)

proj

The project environment (default is org::project)

Value

Nothing. There is a side effect where the environments proj and org::project have the values $results and $results_today altered.


org documentation built on Nov. 22, 2022, 9:05 a.m.