diff --git a/README.md b/README.md index addec40..a26a985 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ devtools::install_github("hmeleiro/tidycenso") `tidycenso` only has one function: `get_censo`. It admits 4 parameters: -1. table: A string of length 1 with the table name to query data from -2. variables: A string with variable names of the queried table. If more than one, must be provided using c() (max. 4) -3. metrics: A string with the units of measurement of the queried data. If more than one, must be provided concatenated using 'c()' -4. language: The language used in the request body (the only valid values are 'EN' or 'ES') +1. `table`: A string of length 1 with the table name to query data from +2. `variables`: A string with variable names of the queried table. If more than one, must be provided using c() (max. 4) +3. `metrics`: A string with the units of measurement of the queried data. If more than one, must be provided concatenated using 'c()' +4. `language`: The language used in the request body (the only valid values are 'EN' or 'ES') The ids and descriptions of the available tables, variables and units of measurement (metrics) are accessible through internal data objects named `tables`, `variables`, and `metrics`.