Skip to content

Commit

Permalink
fix missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 20, 2023
1 parent 625e6d1 commit e85f7de
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/StateiorFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ getTwoRegionIOData <- function(model, dataname) {
return(TwoRegionIOData)
}

#' @description Disaggregate CPI table to ensure the correct dimensions
#' Disaggregate CPI table to ensure the correct dimensions
#' @param df, CPI table
#' @param model An EEIO form USEEIO model object with model specs and IO meta data loaded.
#' @return An expanded CPI table with values replicated for disaggregated sectors.
Expand All @@ -70,7 +70,7 @@ disaggregateCPI <- function(df, model){
}


#' @description Generate direct requirements Use table for 2 region models using domestic
#' Generate direct requirements Use table for 2 region models using domestic
#' Use table with trade data generated by stateior
#' @param model An EEIO form USEEIO model object with model specs and IO meta data loaded.
#' @param domestic A logical parameter indicating whether to DR or Domestic DR.
Expand Down
19 changes: 19 additions & 0 deletions man/disaggregateCPI.Rd

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

21 changes: 21 additions & 0 deletions man/generate2RDirectRequirementsfromUseWithTrade.Rd

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

0 comments on commit e85f7de

Please sign in to comment.