AcquireData | R Documentation |
Convenience function that downloads the larger data set covering the entire area of Germany and saves it to the specified directory. This data set can replace the smaller sub sample data set that is part of this package.
AcquireData(Folder)
Folder |
must be a character string containing the folder location to where the file will be saved. For instance, use |
This function will interactively lead the user through the downloading process and also gives advice on how to use the larger data set. Make sure that R can write to the specified directory.
AcquireData
returns nothing.
Carsten Croonenbroeck
Use FarmVars
for the settings object and FarmData
for the smaller, built-in data set that is part of this package.
## Not run: AcquireData(tempdir()) # Will download the data file to the specified directory. ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.