Learn R Programming

bea.R (version 1.0.6)

beaParams: 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

Run this code
# NOT RUN {
beaParams('yourAPIkey', 'RegionalData')
# }

Run the code above in your browser using DataLab