View source: R/install_yfinance.R
install_yfinance | R Documentation |
‘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()']
install_yfinance(..., envname = "r-qmj", new_env = identical(envname, "r-qmj"))
... |
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 |
No return value, called for installing Python yfinance module
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.