Download definitions from the dictionary of the Data Repository of the Brazilian Soil. For each field, the dictionary includes an identification code and name, the standard measurement unit, recommended number of decimal places, type of data, and description of the respective analytical method. The dictionary is used to standardize the data contained in a dataset.
dictionary(table, variable, unit, precision, active = NULL)
(optional) Character vector indicating one or more table IDs that should be used to
filter the dictionary. Accepted values: "metadado"
, "versionamento"
, "observacao"
, and
"camada"
.
(optional) Character vector indicating one or more variables that should be used
to filter the dictionary. Accepts both specific identification codes, e.g.
"ferro_oxalato_icpoes"
, as well as general identification codes, e.g. "ferro"
.
(optional) Character vector indicating one or more measurement units that should be
used to filter the dictionary. For example, ' "g/kg"
, "g/cm^3"
, and "cmolc/kg"
.
(optional) Integer vector indicating one or more number of decimal places that should be used to filter the dictionary.
(optional) Logical value indicating whether active (active = TRUE
), inactive
(active = FALSE
) or any (active = NULL
, default) field should be returned.
An object of class data.frame
with definitions for the selected fields.
Teixeira, P. C., Donagemma, G. K., Fontana, A., Teixeira, W. G. (2017) Manual de M<U+00E9>todos de An<U+00E1>lise de Solo. Bras<U+00ED>lia: Embrapa.
The FEBR dictionary at https://docs.google.com/spreadsheets/d/1Dalqi5JbW4fg9oNkXw5TykZTA39pR5GezapVeV0lJZI
# NOT RUN {
res <- dictionary(variable = "ferro")
head(res)
# }
Run the code above in your browser using DataLab