From c95835956da99f3153fbc97c0a841cc060eeedee Mon Sep 17 00:00:00 2001 From: Ben Young Date: Sun, 26 May 2024 13:42:29 -0400 Subject: [PATCH] update documentation for new objects --- R/DataDocumentation.R | 41 ++++++++++++++++++++ man/Detail_Import_2012_BeforeRedef_17sch.Rd | 19 +++++++++ man/Detail_Make_2012_BeforeRedef_17sch.Rd | 19 +++++++++ man/Detail_Margins_2012_BeforeRedef_17sch.Rd | 30 ++++++++++++++ man/Detail_Supply_2012_17sch.Rd | 19 +++++++++ man/Detail_Use_2012_PRO_BeforeRedef_17sch.Rd | 19 +++++++++ man/Detail_Use_SUT_2012_17sch.Rd | 19 +++++++++ 7 files changed, 166 insertions(+) create mode 100644 man/Detail_Import_2012_BeforeRedef_17sch.Rd create mode 100644 man/Detail_Make_2012_BeforeRedef_17sch.Rd create mode 100644 man/Detail_Margins_2012_BeforeRedef_17sch.Rd create mode 100644 man/Detail_Supply_2012_17sch.Rd create mode 100644 man/Detail_Use_2012_PRO_BeforeRedef_17sch.Rd create mode 100644 man/Detail_Use_SUT_2012_17sch.Rd diff --git a/R/DataDocumentation.R b/R/DataDocumentation.R index 72baf23c..be2fe713 100644 --- a/R/DataDocumentation.R +++ b/R/DataDocumentation.R @@ -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{ @@ -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} @@ -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} diff --git a/man/Detail_Import_2012_BeforeRedef_17sch.Rd b/man/Detail_Import_2012_BeforeRedef_17sch.Rd new file mode 100644 index 00000000..1507e1e2 --- /dev/null +++ b/man/Detail_Import_2012_BeforeRedef_17sch.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/DataDocumentation.R +\docType{data} +\name{Detail_Import_2012_BeforeRedef_17sch} +\alias{Detail_Import_2012_BeforeRedef_17sch} +\title{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} +} +\usage{ +Detail_Import_2012_BeforeRedef_17sch +} +\description{ +Detail 2012 Import Before Redefinition (2017 schema) +} +\keyword{datasets} diff --git a/man/Detail_Make_2012_BeforeRedef_17sch.Rd b/man/Detail_Make_2012_BeforeRedef_17sch.Rd new file mode 100644 index 00000000..efb40d7a --- /dev/null +++ b/man/Detail_Make_2012_BeforeRedef_17sch.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/DataDocumentation.R +\docType{data} +\name{Detail_Make_2012_BeforeRedef_17sch} +\alias{Detail_Make_2012_BeforeRedef_17sch} +\title{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} +} +\usage{ +Detail_Make_2012_BeforeRedef_17sch +} +\description{ +Detail 2012 Make Before Redefinition (2017 schema) +} +\keyword{datasets} diff --git a/man/Detail_Margins_2012_BeforeRedef_17sch.Rd b/man/Detail_Margins_2012_BeforeRedef_17sch.Rd new file mode 100644 index 00000000..afa2b0f1 --- /dev/null +++ b/man/Detail_Margins_2012_BeforeRedef_17sch.Rd @@ -0,0 +1,30 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/DataDocumentation.R +\docType{data} +\name{Detail_Margins_2012_BeforeRedef_17sch} +\alias{Detail_Margins_2012_BeforeRedef_17sch} +\title{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} +} +\usage{ +Detail_Margins_2012_BeforeRedef_17sch +} +\description{ +Detail Margins (Before Redef) table for 2012 (2017 schema) +} +\keyword{datasets} diff --git a/man/Detail_Supply_2012_17sch.Rd b/man/Detail_Supply_2012_17sch.Rd new file mode 100644 index 00000000..c4b39914 --- /dev/null +++ b/man/Detail_Supply_2012_17sch.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/DataDocumentation.R +\docType{data} +\name{Detail_Supply_2012_17sch} +\alias{Detail_Supply_2012_17sch} +\title{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} +} +\usage{ +Detail_Supply_2012_17sch +} +\description{ +Detail 2012 Supply (2017 schema) +} +\keyword{datasets} diff --git a/man/Detail_Use_2012_PRO_BeforeRedef_17sch.Rd b/man/Detail_Use_2012_PRO_BeforeRedef_17sch.Rd new file mode 100644 index 00000000..0e5ecb60 --- /dev/null +++ b/man/Detail_Use_2012_PRO_BeforeRedef_17sch.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/DataDocumentation.R +\docType{data} +\name{Detail_Use_2012_PRO_BeforeRedef_17sch} +\alias{Detail_Use_2012_PRO_BeforeRedef_17sch} +\title{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} +} +\usage{ +Detail_Use_2012_PRO_BeforeRedef_17sch +} +\description{ +Detail 2012 Use Producer's Value Before Redefinition (2017 schema) +} +\keyword{datasets} diff --git a/man/Detail_Use_SUT_2012_17sch.Rd b/man/Detail_Use_SUT_2012_17sch.Rd new file mode 100644 index 00000000..de504120 --- /dev/null +++ b/man/Detail_Use_SUT_2012_17sch.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/DataDocumentation.R +\docType{data} +\name{Detail_Use_SUT_2012_17sch} +\alias{Detail_Use_SUT_2012_17sch} +\title{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} +} +\usage{ +Detail_Use_SUT_2012_17sch +} +\description{ +Detail 2012 Use (under the Supply-Use framework, 2017 schema) +} +\keyword{datasets}