Skip to contents

List tables under a sector or sub-sector (PXWeb path)

Usage

nso_itms_by_sector(list_id)

Arguments

list_id

Path string from nso_sectors()/nso_subsectors() id.

Value

A tibble of tables matching the specified sector path.

Examples

sectors <- nso_sectors()
tables <- nso_itms_by_sector(sectors$id[1])