downloadRtopExampleData: Download additional example data

Description Usage Arguments Value Author(s) Examples

View source: R/downloadRtopExampleData.r

Description

Download additional example data from Vienna University of Technology

Usage

1
2
downloadRtopExampleData(folder = system.file("extdata",
                        package="rtop"))

Arguments

folder

the folder to which the downloaded data set will be copied

Value

The function will have as a side effect that additional example data is downloaded from Vienna University of Techology. This will for the default case replace the existing example data-set in the rtop package. Alternatively the user can specify a separate directory for the data set.

Author(s)

Jon Olav Skoien

Examples

1
2
3
4
5
6
## Not run: 
  downloadRtopExampleData()
  rpath = system.file("extdata",package="rtop")
  observations = readOGR(rpath,"observations") 

## End(Not run)

rtop documentation built on May 2, 2019, 6:48 p.m.