View source: R/get_keyword_table_id.R
get_keyword_table_id | R Documentation |
Function to return dataframe of all 'nomis' tables, and their corresponding codes and descriptions, which have the chosen keyword.
get_keyword_table_id(
usr_keyword,
base_url = "https://www.nomisweb.co.uk/api/v01"
)
usr_keyword |
Keyword to search 'nomis' tables for, e.g. "religion", "employment", "housing" |
base_url |
nomis url to query |
A tidy dataframe of all nomis tables and their ids, which contain the chosen keyword.
get_keyword_table_id(usr_keyword="passports")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.