Skip to content

Commit

Permalink
get tag_add param type right as numeric vs integer
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Nov 7, 2023
1 parent d2e7ecf commit 937ac81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/photo.R
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ fpr_photo_rename_ext <- function(filescopy, filespaste){
#' where you choose to start the selection for submission. Defaults to 1.
#' @param slice_end Integer. Place in the list of defined photos \link{fpr_xref_photo_order}
#' where you choose to end the selection for submission. Defaults to 10.
#' @param tag_add String. If is not NULL photos will be searched for match of this string in addition
#' @param tag_add String. Quoted (ex. '_p2_'). If is not NULL photos will be searched for match of this string in addition
#' to the strings matched in \link{fpr_xref_photo_order}. Defaults to NULL.
#' @param tag_add_location Integer. If `tag_add` is not NULL this will be used to indicate
#' @param tag_add_location Numeric. If `tag_add` is not NULL this will be used to indicate
#' what location in \link{fpr_xref_photo_order} the string `tag_add` will land as to control which photos names
#' will be included in the slice of matchingnames. Defaults to 6.5 as to place `tag_add` after the first 6
#' mandatory PSCIS submission photos and before any other tag.
Expand Down
4 changes: 2 additions & 2 deletions man/fpr_photo_paths_to_copy.Rd

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

0 comments on commit 937ac81

Please sign in to comment.