install_yfinance {qmj} | R 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 |
new_env |
Delete 'envname' if it already exists |
Value
No return value, called for installing Python yfinance module
[Package qmj version 0.2.1 Index]