| ensure_aigra_python | R Documentation |
Creates or repairs the 'Python' virtual environment used by the 'AIGRA' backend.
ensure_aigra_python(
backend_path = NULL,
python_version = "3.11",
force = FALSE,
install_providers = TRUE,
verbose = FALSE
)
backend_path |
Path to the 'AIGRA' backend folder. If |
python_version |
'Python' version to use with 'uv'. |
force |
If |
install_providers |
If |
verbose |
If |
A list with 'Python' environment information.
# This function creates or repairs a backend environment,
# so the example only inspects the function interface.
names(formals(ensure_aigra_python))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.