Install Amazon SDK boto3 for Athena connection
install_boto(
method = c("auto", "virtualenv", "conda"),
conda = "auto",
envname = "RAthena",
conda_python_version = "3.6",
...
)
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. Note also that since this command runs without privilege the "system" method is available only on Windows.
Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).
Name of Python environment to install within, by default environment name RAthena.
the python version installed in the created conda environment. Python 3.6 is installed by default.
other arguments passed to [reticulate::conda_install()] or [reticulate::virtualenv_install()].
Returns NULL
after installing Python
Boto3
.