set_results {org}R 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.


[Package org version 2024.6.5 Index]