get_keyword_table_id {sgapi}R Documentation

Keyword Search of 'nomis'

Description

Function to return dataframe of all 'nomis' tables, and their corresponding codes and descriptions, which have the chosen keyword.

Usage

get_keyword_table_id(usr_keyword)

Arguments

usr_keyword

Keyword to search 'nomis' tables for, e.g. "religion", "employment", "housing"

Value

A tidy dataframe of all nomis tables and their ids, which contain the chosen keyword.

Examples

get_keyword_table_id(usr_keyword="passports")

[Package sgapi version 1.0.2 Index]