Skip to content

Commit

Permalink
fix documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 11, 2024
1 parent 03df863 commit 8e5c908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/WriteModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ writeModelDemandstoJSON <- function(model, outputfolder) {
}

#' Write model matrix as JSON files to output folder.
#' @param model A complete EEIO model: a list with USEEIO model components and attributes.
#' @param matrix A matrix to be written
#' @param outputpath A directory and file to write to.
#' @description Writes model objects.
writeMatrixtoJSON <- function(matrix, outputpath) {
Expand Down
4 changes: 2 additions & 2 deletions man/writeMatrixtoJSON.Rd

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

0 comments on commit 8e5c908

Please sign in to comment.