Skip to content

Commit

Permalink
Minor format change in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeleiro committed Sep 5, 2023
1 parent 868e3d3 commit c3d8798
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit c3d8798

Please sign in to comment.