Learn R Programming

aifeducation (version 1.0.2)

run_py_file: Run python file

Description

Used to run python files with reticulate::py_run_file() from folder python.

Usage

run_py_file(py_file_name)

Value

This function returns nothing.

Arguments

py_file_name

string Name of a python file to run. The file must be in the python folder of aifeducation package.

See Also

Other Utils: auto_n_cores(), clean_pytorch_log_transformers(), create_config_state(), create_dir(), generate_id(), get_file_extension(), get_py_package_versions(), is.null_or_na(), output_message(), print_message()