Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Feb 17, 2024
1 parent b298108 commit 7d88514
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 80 deletions.
44 changes: 22 additions & 22 deletions R/DataDocumentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -529,35 +529,35 @@
#' @source \url{https://apps.bea.gov/industry/iTables\%20Static\%20Files/AllTablesSUP.zip}
"Summary_Supply_2016"

#' Summary 2017 Supply (2012 schema)
#' Summary 2017 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_2017"
"Summary_Supply_2017_17sch"

#' Summary 2018 Supply (2012 schema)
#' Summary 2018 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_2018"
"Summary_Supply_2018_17sch"

#' Summary 2019 Supply (2012 schema)
#' Summary 2019 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_2019"
"Summary_Supply_2019_17sch"

#' Summary 2020 Supply (2012 schema)
#' Summary 2020 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_2020"
"Summary_Supply_2020_17sch"

#' 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_Supply_2021_17sch"

#' 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_Supply_2022_17sch"

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

#' Summary 2017 Use (2012 schema)
#' Summary 2017 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_2017"
"Summary_Use_SUT_2017_17sch"

#' Summary 2018 Use (2012 schema)
#' Summary 2018 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_2018"
"Summary_Use_SUT_2018_17sch"

#' Summary 2019 Use (2012 schema)
#' Summary 2019 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_2019"
"Summary_Use_SUT_2019_17sch"

#' Summary 2020 Use (2012 schema)
#' Summary 2020 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_2020"
"Summary_Use_SUT_2020_17sch"

#' 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_Use_SUT_2021_17sch"

#' 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"
"Summary_Use_SUT_2022_17sch"

#' Detail 2017 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_2017"
"Detail_Supply_2017_17sch"

#' Detail 2017 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_2017"
"Detail_Use_SUT_2017_17sch"

#' Master Crosswalk table (2017 schema)
#' @format A dataframe with 4095 obs. and 5 variables:
Expand Down
6 changes: 3 additions & 3 deletions man/Detail_Supply_2017.Rd → man/Detail_Supply_2017_17sch.Rd

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

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

10 changes: 5 additions & 5 deletions man/Summary_Supply_2020.Rd → man/Summary_Supply_2017_17sch.Rd

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

10 changes: 5 additions & 5 deletions man/Summary_Supply_2019.Rd → man/Summary_Supply_2018_17sch.Rd

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

10 changes: 5 additions & 5 deletions man/Summary_Supply_2017.Rd → man/Summary_Supply_2019_17sch.Rd

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

10 changes: 5 additions & 5 deletions man/Summary_Supply_2018.Rd → man/Summary_Supply_2020_17sch.Rd

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

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

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

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

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

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

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

Loading

0 comments on commit 7d88514

Please sign in to comment.