Skip to contents

tag: python_script

Usage

prj_python_script(file_path)

Arguments

file_path

string: Path or name of python script file (*.py).

Examples

prj_python_script(file_path = "bcs_laplace_eq.py")
#> [[1]]
#> [1] "bcs_laplace_eq.py"
#> 
#> $xpath
#> [1] "python_script"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_python_script"