get_oz_dataset: Get data set from Australian data portal

Description Usage Arguments Details Value Examples

View source: R/get_oz_dataset.R

Description

Get data set from Australian data portal

Usage

1
get_oz_dataset(x, progress, ...)

Arguments

x

character or data.frame object that contains information on which data set to download. See Details for more information.

progress

character passed to .progress argument in llply.

...

arguments passed to llply.

Details

If argument to x is a character then the input is assumed to be the data set id. If it is a data.frame then the ids are accessed from it data.frame.

Value

list of data.

Examples

1
2
3
4
5
# download data using character id
d <- get_oz_dataset("062801f2-dcf9-4a2d-b65b-52f20d4da721")

# download data using data.frame
d2 <- get_oz_dataset(oz_metadata[1:2,])

AU-BURGr/ozdata documentation built on Oct. 7, 2021, 6:38 a.m.