getAllData: getAllData

Description Usage Arguments

Description

Wraps all the above functions together - give it a range of numbers and it will check if they are datasets, get the links then download the data. Can set to "links only" mode, which will download the links, but not get the data. To go hand in hand with this, it can also be supplied with some links, in which case it won't bother testing to see if a dataset is a dataset and so on...

Usage

1
2
getAllData(numrange, filename, reference_list = NULL, links = NULL,
  links_only = FALSE, ...)

Arguments

numrange

A range of numbers to test to see if they are datasets, and get data from.

filename

The name of the file that the data is going to be written into - prefixes _links.csv for the links file.

reference_list

A list of species to get data for.

links

If specified then data is downloaded from these links.

links_only

If TRUE then no data is downloaded, but the links are gathered.


hferg/porkysdad documentation built on May 28, 2019, 8:55 p.m.