install_pytrendslongitudinalr {PytrendsLongitudinalR} | R Documentation |
This function sets up the Python virtual environment and installs required packages.
install_pytrendslongitudinalr(
envname = "pytrends-in-r-new",
new_env = identical(envname, "pytrends-in-r-new"),
...
)
envname |
Name of the virtual environment. |
new_env |
Checks if virtual environment already exists |
... |
Additional arguments passed to 'py_install()'. |
No return value, called for side effects. This function sets up the virtual environment and installs required Python packages.