install_pytrendslongitudinalr {PytrendsLongitudinalR} | R Documentation |
Install and Set Up Python Environment for PytrendsLongitudinalR
Description
This function sets up the Python virtual environment and installs required packages.
Usage
install_pytrendslongitudinalr(
envname = "pytrends-in-r-new",
new_env = identical(envname, "pytrends-in-r-new"),
...
)
Arguments
envname |
Name of the virtual environment. |
new_env |
Checks if virtual environment already exists |
... |
Additional arguments passed to 'py_install()'. |
Value
No return value, called for side effects. This function sets up the virtual environment and installs required Python packages.
[Package PytrendsLongitudinalR version 0.1.4 Index]