Skip to content

Commit

Permalink
Fix the docs for setLastModifiedBy and getCreators
Browse files Browse the repository at this point in the history
These two functions had their @title same as addCreator().
  • Loading branch information
PBfordev committed Oct 1, 2024
1 parent 1632db0 commit 787d6b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,7 @@ addCreator <- function(wb, Creator) {
}

#' @name setLastModifiedBy
#' @title Add another author to the meta data of the file.
#' @title Set the author who modified the file last.
#' @author Philipp Schauberger
#' @description Just a wrapper of wb$changeLastModifiedBy()
#' @param wb A workbook object
Expand All @@ -4874,9 +4874,8 @@ setLastModifiedBy <- function(wb, LastModifiedBy) {


#' @name getCreators
#' @title Add another author to the meta data of the file.
#' @title Get the names of the authors from the meta data of the file.
#' @description Just a wrapper of wb$getCreators()
#' Get the names of the
#' @param wb A workbook object
#' @author Philipp Schauberger
#' @return vector of creators
Expand Down

0 comments on commit 787d6b5

Please sign in to comment.