Get data set from Australian data portal

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.

Value

list of data.

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.

Examples

# download data using character id d <- get_oz_dataset("062801f2-dcf9-4a2d-b65b-52f20d4da721")
#> | | | 0% | |======================================================================| 100%
# download data using data.frame d2 <- get_oz_dataset(oz_metadata[1:2,])
#> Error: x$data does not have name url