knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

kb.yahoo

The goal of kb.yahoo is to create a simple wrapper for quantmod in order to load stock data and data from FRED.

Installation

You can install the development version of kb.yahoo from GitHub with:

devtools::install_github("kristian-bak/kb.yahoo")

Example

library(kb.yahoo)
load_data(ticker = "NOVO-B.CO", from = "2022-01-01")


kristian-bak/kb.yahoo documentation built on July 18, 2022, 5:57 p.m.