Sets the results folder in the project environment and creates a date-based subfolder.
The date-based folder is accessible via proj$results_today and empty date folders
are automatically cleaned up when new results are added.
set_results(results, proj = org::project)A character vector specifying one or more possible results folder paths. The first existing path will be used.
The project environment. Default is org::project.
Nothing. Modifies the proj environment to include:
The base results folder path
Path to today's results folder (format: YYYY-MM-DD)