install_yfinance: Install yfinance and dependencies

View source: R/install_yfinance.R

install_yfinanceR Documentation

Install yfinance and dependencies

Description

‘install_yfinance()' installs just the yfinance python package and it’s direct dependencies. Users may be asked to install miniconda for the python installations. Even if you first decline it, you can later install miniconda by running ['reticulate::install_miniconda()']

Usage

install_yfinance(..., envname = "r-qmj", new_env = identical(envname, "r-qmj"))

Arguments

...

other arguments passed to ['reticulate::py_install()']

envname

The name, or full path, of the environment in which Python packages are to be installed. When NULL (the default), the active environment as set by the RETICULATE_PYTHON_ENV variable will be used; if that is unset, then the r-reticulate environment will be used.

new_env

Delete 'envname' if it already exists

Value

No return value, called for installing Python yfinance module


anttsou/qmj documentation built on Feb. 19, 2025, 5:25 p.m.