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

Minor changes

parent 3527f3bf
No related branches found
No related tags found
1 merge request!7Add master script
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
......@@ -9,16 +9,24 @@
## Load Scripts
cat("Sourcing R scripts... ")
source("r/GetData.R")
#source("r/getBirthday.R")
#source("r/getSomethingElse.R")
cat("Done.\n")
## Fetch data
cat("Starting data import...\n")
articles <- getData(use.cache = TRUE)
## Data processing
cat("Processing data...\n")
results <- lapply(articles, function(data) {
## Data cleaning
......
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