download_oz_metadata: Download meta-data from data.gov.au

Description Usage Arguments Value Examples

View source: R/download_oz_metadata.R

Description

Meta-data for all Australian datasets on https://data.gov.au. Collecting all of the meta-data entries will take quite some time.

Usage

1
download_oz_metadata(max_results = 1000)

Arguments

max_results

Maximum results to return. Set to Inf for everything (40,000+).

Value

link[tibble]{tibble} table.

Examples

1
2
3
4
# download latest version of metadata
metadata <- download_oz_metadata(max_results = 100)
# print first 10 rows of data set
head(metadata)

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