Skip to content
Snippets Groups Projects
Commit 495d1fe4 authored by David Fuhry's avatar David Fuhry
Browse files

Minor refactoring

parent cbdc73c3
No related branches found
No related tags found
1 merge request!7Add master script
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment