Description Usage Arguments Value Warning Examples
View source: R/downloadAidData.R
Description
| 1 2 | downloadRawAidData(dataset = "China", folder = "", filename = NULL,
  overwrite = FALSE)
 | 
| dataset | The Dataset chosen for download. Options currently include "China","AidDataCore". | 
| folder | A character string containing the name of a subfolder of the current working directory where the dataset shall be saved in. | 
| filename | A character string for the name of the file (without filetype ending). | 
| overwrite | Logical T/F whether data shall be overwritten if existing already(Defaults to FALSE) | 
A character string of the file path and name of the downloaded raw data.
Do not operate heavy machinery within 8 hours of using this function.
| 1 2 3 4 5 6 | ## Not run: 
downloadRawAidData(dataset = "China",
                   folder = "rawdata",
                   filename = "MyChinaData")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.