Get data set from Australian data portal
get_oz_dataset(x, progress, ...)
x |
|
---|---|
progress |
|
... | arguments passed to |
list
of data.
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
.
# 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