More details are on the way
# Install deependancies install.packages("httr") install.packages("jsonlite") install.packages("tidyverse") install.packages("rlist") install.packages("glue") install.packages("lubridate") install.packages("furrr") plan(multiprocess) # install rIG library install_github("JoeFernando/rIG")
# Login api <- "XXXXXXXXXXXXXXXXXXXXXXXXXXX" b <- '{"identifier":"CCCCCCCCCC", "password": "DDDDDDDDDDD"}' ig_login(b, api) ig_logout()
ig_search("copper")
ig_history(epic , mkt.name , from = "2015-01-01", to = "2018-07-21", res = "DAY") time_resolution() # gives you available resolutions although SECOND is not working
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.