odp_get_metadata.Rd
Retrieve data dictionary (field descriptions) for a dataset
odp_get_metadata(data)
data |
---|
dataframe
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 Textodp_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