Learn R Programming

PytrendsLongitudinalR (version 0.1.4)

install_pytrendslongitudinalr: 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"),
  ...
)

Value

No return value, called for side effects. This function sets up the virtual environment and installs required Python packages.

Arguments

envname

Name of the virtual environment.

new_env

Checks if virtual environment already exists

...

Additional arguments passed to `py_install()`.