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 viaorg::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.