beaParamVals: Gives list of values possible for a given dataset's...

View source: R/beaParamVals.r

beaParamValsR Documentation

Gives list of values possible for a given dataset's parameters

Description

Gives list of values possible for a given dataset's parameters

Usage

beaParamVals(beaKey, setName, paramName)

Arguments

beaKey

Your API key

setName

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

paramName

Name of BEA dataset parameter (e.g., TableName)

Value

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

Examples


beaParamVals(Sys.getenv("BEA_API_KEY"), 'NIPA', 'TableName')


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