knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of kb.yahoo is to create a simple wrapper for quantmod
in order to load stock data and data from FRED.
You can install the development version of kb.yahoo from GitHub with:
devtools::install_github("kristian-bak/kb.yahoo")
library(kb.yahoo) load_data(ticker = "NOVO-B.CO", from = "2022-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.