ormr_report | R Documentation |
ormr
report, to be used when reporting bugsCreate a ormr
report, to be used when reporting bugs
ormr_report( ormr_folder_name = get_default_ormr_folder_name(), python_version = get_default_python_version(), verbose = FALSE )
ormr_folder_name |
can be either |
python_version |
the version of Python used. Use get_default_python_version to get the default Python version. |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
Richèl J.C. Bilderbeek
# Use local python ormr_report(ormr_folder_name = "python3") # 'ormr' is eager and will install Conda if needed if (plinkr::is_on_ci() && is_conda_installed()) { ormr_report() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.