Skip to content

Commit

Permalink
update documentation for new objects
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed May 26, 2024
1 parent ca9517e commit c958359
Show file tree
Hide file tree
Showing 7 changed files with 166 additions and 0 deletions.
41 changes: 41 additions & 0 deletions R/DataDocumentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,16 @@
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Detail_Use_SUT_2017_17sch"

#' Detail 2012 Supply (2017 schema)
#' @format A dataframe with 403 obs. and 414 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Detail_Supply_2012_17sch"

#' Detail 2012 Use (under the Supply-Use framework, 2017 schema)
#' @format A dataframe with 411 obs. and 423 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Detail_Use_SUT_2012_17sch"

#' Master Crosswalk table (2017 schema)
#' @format A dataframe with 4095 obs. and 5 variables:
#' \describe{
Expand Down Expand Up @@ -764,6 +774,16 @@
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesIO.zip}
"Detail_Use_2017_PRO_BeforeRedef_17sch"

#' Detail 2012 Make Before Redefinition (2017 schema)
#' @format A dataframe with 403 obs. and 403 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesIO.zip}
"Detail_Make_2012_BeforeRedef_17sch"

#' Detail 2012 Use Producer's Value Before Redefinition (2017 schema)
#' @format A dataframe with 408 obs. and 425 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesIO.zip}
"Detail_Use_2012_PRO_BeforeRedef_17sch"

#' Detail 2017 Use Purchaser's Value Before Redefinition (2017 schema)
#' @format A dataframe with 400 obs. and 425 variables
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesIO.zip}
Expand Down Expand Up @@ -800,11 +820,32 @@
#' @source \url{https://apps.bea.gov/industry/xls/underlying-estimates/Margins_Before_Redefinitions_2017.xlsx}
"Detail_Margins_2017_BeforeRedef_17sch"

#' Detail Margins (Before Redef) table for 2012 (2017 schema)
#' @format A dataframe with 58032 obs. and 9 variables:
#' \describe{
#' \item{NIPACode}{text code}
#' \item{MarginsCategory}{text category name, like 'Therapeutic medical equipment'}
#' \item{CommodityCode}{BEA_2017_Detail_Code}
#' \item{CommodityDescription}{BEA_2017_Detail_Name}
#' \item{ProducersValue}{USD2017}
#' \item{Transportation}{USD2017}
#' \item{Wholesale}{USD2017}
#' \item{Retail}{USD2017}
#' \item{PurchasersValue}{USD2017}
#' }
#' @source \url{https://apps.bea.gov/industry/xls/underlying-estimates/Margins_Before_Redefinitions_2017.xlsx}
"Detail_Margins_2012_BeforeRedef_17sch"

#' Detail 2017 Import Before Redefinition (2017 schema)
#' @format A dataframe with 402 obs. and 424 variables
#' @source \url{https://apps.bea.gov/industry/xls/io-annual/ImportMatrices_Before_Redefinitions_DET_2017.xlsx}
"Detail_Import_2017_BeforeRedef_17sch"

#' Detail 2012 Import Before Redefinition (2017 schema)
#' @format A dataframe with 402 obs. and 424 variables
#' @source \url{https://apps.bea.gov/industry/xls/io-annual/ImportMatrices_Before_Redefinitions_DET_2017.xlsx}
"Detail_Import_2012_BeforeRedef_17sch"

#' Detail 1997-2022 Gross Output (2017 schema)
#' @format A dataframe with 402 obs. and 26 variables
#' @source \url{https://apps.bea.gov/industry/Release/ZIP/UGdpByInd.zip}
Expand Down
19 changes: 19 additions & 0 deletions man/Detail_Import_2012_BeforeRedef_17sch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/Detail_Make_2012_BeforeRedef_17sch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions man/Detail_Margins_2012_BeforeRedef_17sch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/Detail_Supply_2012_17sch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/Detail_Use_2012_PRO_BeforeRedef_17sch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/Detail_Use_SUT_2012_17sch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c958359

Please sign in to comment.