This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load libraries and config file; define variables ---------------------------- | |
library(RSelenium) | |
library(yaml) | |
library(dplyr) | |
library(httr) | |
config <- yaml.load_file('config.yml') | |
# ID of report which should be downloaded |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sandbox.R is used to capture intermediate results of potential upcoming | |
# features which might make it into production. | |
# Check out the RSelenium package | |
# | |
# Load libraries and config file ----------------------------------------------- | |
library(RSelenium) | |
library(yaml) |