install_pytrendslongitudinalr: Install and Set Up Python Environment for...

View source: R/install.R

install_pytrendslongitudinalrR 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.


PytrendsLongitudinalR documentation built on Sept. 17, 2024, 5:08 p.m.