Includes several functions related to book "Analyzing Financial and Economic Data with R", available in the following formats:
# only in github (will not pass cran checks)
devtools::install_github('msperlin/afedR')
afedR::list_available_data()
file_name <- 'SP500.csv'
path_to_file <- afedR::get_data_file(file_name)
df <- readr::read_csv(path_to_file)
flag <- afedR::get_book_files(path_to_copy = '~')
See this blog post for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.