wflo (version 1.2)

AcquireData: Downloads the larger data set for entire Germany

Description

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.

Usage

AcquireData(Folder)

Arguments

Folder

must be a character string containing the folder location to where the file will be saved. For instance, use getwd to save to the current working directory.

Value

AcquireData returns nothing.

Details

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.

See Also

Use FarmVars for the settings object and FarmData for the smaller, built-in data set that is part of this package.

Examples

Run this code
# NOT RUN {
AcquireData(tempdir())
# Will download the data file to the specified directory.
# }

Run the code above in your browser using DataLab