Description Usage Arguments Value Examples
View source: R/download_data.R
Downloads and loads into R the problem specific data.
| 1 2 | 
| problem | A  | 
| when | A  | 
| from | A  | 
| to | A  | 
| save_dir | A  | 
A data.frame containing problem specific data.
| 1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run: 
## Download all the data in one file
ag_fetch(problem = "twitter-proj", when = "start-day")
## Download data from the last day
ag_fetch(problem = "twitter-proj", when = "last-day")
## Download data for specific time intervals
ag_fetch(problem = "twitter-proj",
              from = "2016-10-09", to = "2016-10-10")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.