View source: R/default_params_doc.R
default_params_doc | R Documentation |
This function does nothing. It is intended to inherit is parameters' documentation.
default_params_doc( args, channel, ormr_folder_name, package_name, package_names, package_version, python_script_path, python_version, verbose )
args |
arguments to a script, for example |
channel |
the channel to install Python packages from,
e.g. |
ormr_folder_name |
can be either |
package_name |
the name of one Python package |
package_names |
the names of one or more Python packages |
package_version |
a Python package's version, e.g.
|
python_script_path |
path to a Python script |
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. |
This is an internal function, so it should be marked with
@noRd
. This is not done, as this will disallow all
functions to find the documentation parameters
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.