list_tables {sgapi}R Documentation

Available 'nomis' Tables

Description

List all available datasets on 'nomis'. User can then use the items on this list to query 'nomis' data.

Usage

list_tables(base_url = "https://www.nomisweb.co.uk/api/v01/")

Arguments

base_url

Url of the API from which the available tables are listed.

Value

A tidy dataframe containing the name and ID of each table available on 'nomis'.


[Package sgapi version 1.0.2 Index]