Initialise an ACRO object
acro_init(
config = "default",
suppress = FALSE,
envname = acro_venv,
use_conda = NULL
)Invisibly returns the ACRO object, which is used internally.
Name of a yaml configuration file with safe parameters.
Whether to automatically apply suppression.
Name of the Python environment to use.
Whether to use a Conda environment.
If NULL, looks for environment variable ACRO_USE_CONDA,
defaults to FALSE if unset.