Skip to content

Commit

Permalink
add missing documentation for data objects
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Feb 5, 2024
1 parent fa4227f commit 08d496f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions R/DataDocumentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,16 @@
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Summary_Supply_2020"

#' Summary 2021 Supply (2017 schema)
#' @format A dataframe with 74 obs. and 83 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Summary_Supply_2021"

#' Summary 2022 Supply (2017 schema)
#' @format A dataframe with 74 obs. and 83 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Summary_Supply_2022"

#' Summary 2010 Use (2012 schema)
#' @format A dataframe with 82 obs. and 92 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
Expand Down Expand Up @@ -861,6 +871,16 @@
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Summary_Use_SUT_2020"

#' Summary 2021 Use (2017 schema)
#' @format A dataframe with 82 obs. and 92 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Summary_Use_SUT_2021"

#' Summary 2022 Use (2017 schema)
#' @format A dataframe with 82 obs. and 92 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Summary_Use_SUT_2022"

#' Sector 2010 Supply (2012 schema)
#' @format A dataframe with 18 obs. and 27 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
Expand Down Expand Up @@ -991,3 +1011,21 @@
#' \item{NAICS_2012_Code}{text code}
#' }
"MasterCrosswalk2017"

#' Master Crosswalk table (2017 schema)
#' @format A dataframe with 4095 obs. and 12 variables:
#' \describe{
#' \item{BEA_2017_Sector_Code}{text code}
#' \item{BEA_2017_Sector_Name}{text code}
#' \item{BEA_2017_Summary_Code}{text code}
#' \item{BEA_2017_Summary_Name}{text code}
#' \item{BEA_2017_Detail_Code}{text code}
#' \item{BEA_2017_Detail_Name}{text code}
#' \item{USEEIO_Code}{text code}
#' \item{USEEIO_Name}{text code}
#' \item{NAICS_2017_Code}{text code}
#' \item{NAICS_2017_Name}{text code}
#' \item{NAICS_2012_Code}{text code}
#' \item}NAICS_2007_Code}{text code}
#' }
"MasterCrosswalk"

0 comments on commit 08d496f

Please sign in to comment.