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"),
...
)
No return value, called for side effects. This function sets up the virtual environment and installs required Python packages.
Name of the virtual environment.
Checks if virtual environment already exists
Additional arguments passed to `py_install()`.