Skip to content
Snippets Groups Projects

Add master script

Merged David Fuhry requested to merge add-master-script into master
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
+ 8
8
#!/usr/bin/env Rscript
### This script consolidates everything
### Just examples for now
## Librarys
@@ -7,15 +9,13 @@
## Load Scripts
#source("getBirthday.R")
#source("getSomethingElse.R")
## Fetch data via API
source("r/GetData.R")
#source("r/getBirthday.R")
#source("r/getSomethingElse.R")
source("GetData.R")
## Fetch data
# TODO: Change script to be a function
# Data is now in articles
articles <- getData(use.cache = TRUE)
## Data processing
Loading