whirl-options-params | R Documentation |
Internal parameters for reuse in functions
verbosity_level |
Verbosity level for functions in whirl.
See zephyr::verbosity_level for details.. Default: |
out_formats |
Which log format(s) to produce. Possibilities are |
track_files |
Should files read and written be tracked?
Currently only supported on Linux.. Default: |
check_renv |
Should the projects renv status be checked?. Default: |
track_files_discards |
List of file naming patterns not be tracked when track_files = TRUE. Default: |
track_files_keep |
List of file naming patterns always to be tracked when
track_files = TRUE. Default: |
approved_pkgs_folder |
Approved folder library packages. Default: |
approved_pkgs_url |
Approved URL library packages. Default: |
n_workers |
Number of simultaneous workers used in the run function.
A maximum of 128 workers is allowed.. Default: |
log_dir |
The output directory of the log files. Default is the folder of
the executed script. log_dir can be a path as a character or it can be a
function that takes the script path as input and returns the log directory.
For more information see the examples of |
execute_dir |
The working directory of the process executing each script.
Default us to execute R files from the working directory when calling |
wait_timeout |
Timeout for waiting for the R process from callr::r_session to
start, in milliseconds.. Default: |
See whirl-options for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.