Open
Description
Feature Idea
It would've been better if the feature could've been controlled via options() or env variable, so that we could turn it on or off for each activity individually in .Rprofile. The default value of read_out argument would be something like this:
read_out = get_arg("datacutr.readout", "R_DATACUTR_READOUT", FALSE)
Our create_datacut.R script is in the shared repo, so currently we can turn it on or off for all activities at once.
Relevant Input
No response
Relevant Output
No response
Reproducible Example/Pseudo Code
No response