options(scipen=999)
options(stringsAsFactors = FALSE)
options(max.print=100)
library(lubridate)
#library(alphavantager)
library(dplyr)
library(readr)
library(tidyverse)
library(rvest)
library(xts)
library(quadprog)
library(Matrix)
library(matrixcalc)
library(plotly)
library(pso)
library(data.table)
library(corrr)
library(webshot2)
library(bookdown)
library(reactable)
library(quantmod)
#library(knitr)
# install.packages("webshot2")
# install.packages("webshot")
# webshot::install_phantomjs()
# for animations
library(ggplot2)
library(gganimate)
library(metR)
library(ggpubr)
options(dplyr.summarise.inform = FALSE)
# alphavantage API-KEY
#api_key <- Sys.getenv("api_key")
for(file in list.files("R/", full.names=T)){
source(file)
}
global_buffer_force <- F
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.