Learn R Programming

mongolstats (version 0.1.1)

nso_itms: List available NSO tables (PXWeb)

Description

Returns a tibble of all available tables in the NSO PXWeb catalog.

Usage

nso_itms()

nso_tables()

Arguments

Value

A tibble with columns: px_path, px_file, tbl_id, tbl_eng_nm, tbl_nm, strt_prd, end_prd, list_id.

Examples

Run this code
# List all available tables
tables <- nso_itms()
head(tables)

Run the code above in your browser using DataLab