beaParams: Gives list of parameters possible for a given dataset

View source: R/beaParams.r

beaParamsR Documentation

Gives list of parameters possible for a given dataset

Description

Gives list of parameters possible for a given dataset

Usage

beaParams(beaKey, setName)

Arguments

beaKey

Your API key

setName

Name of BEA dataset (e.g., 'NIPA')

Value

A metadata object of class 'list' of several dimensions. View list structure using 'str(yourList)'.

Examples


beaParams(Sys.getenv("BEA_API_KEY"), 'NIPA')


us-bea/bea.R documentation built on June 11, 2025, 2:35 p.m.