Retrieve data dictionary (field descriptions) for a dataset

odp_get_metadata(data)

Arguments

data

Value

dataframe

Examples

odp_get_metadata(418)
#> Field.Name Alias #> 1 COMMENTS NA #> 2 DATA_SOURCE NA #> 3 DATE_INSTALLED NA #> 4 PARK_NAME NA #> 5 SPRAY_STATUS NA #> Description Type #> 1 Any additional information related to sprayground location. Text #> 2 The source of the data about the sprayground location. Text #> 3 Approximate date when the sprayground was installed. Date #> 4 Name of the PPR site that the sprayground is located within. Text #> 5 Current status of the sprayground.<br />Active<br />Inactive Text
odp_get_metadata('ppr-spraygrounds')
#> Field.Name Alias #> 1 COMMENTS NA #> 2 DATA_SOURCE NA #> 3 DATE_INSTALLED NA #> 4 PARK_NAME NA #> 5 SPRAY_STATUS NA #> Description Type #> 1 Any additional information related to sprayground location. Text #> 2 The source of the data about the sprayground location. Text #> 3 Approximate date when the sprayground was installed. Date #> 4 Name of the PPR site that the sprayground is located within. Text #> 5 Current status of the sprayground.<br />Active<br />Inactive Text