getNIPATable: Return a NIPA table descriptive information as a data frame.

View source: R/BEAData_utilities.r

getNIPATableR Documentation

Return a NIPA table descriptive information as a data frame.

Description

Return a NIPA table descriptive information as a data frame.

Usage

getNIPATable(gtabnum)

Arguments

gtabnum

BEA table number to get, as character, with no trailing period. For example, "1.1.1"

Value

data frame sorted by line number, with:

vname BEA variable (series) name

line line number

vdesc variable description

tabname full table name

Examples

library("tidyverse")
getNIPATable("1.1.1")
getNIPATable("3.3")

donboyd5/BEAData documentation built on July 3, 2022, 2:12 p.m.