Description Usage Arguments Details Value Examples
View source: R/get_oz_dataset.R
Get data set from Australian data portal
1  | get_oz_dataset(x, progress, ...)
 | 
x | 
 
  | 
progress | 
 
  | 
... | 
 arguments passed to   | 
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.
list of data.
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,])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.