Skip to content

Commit

Permalink
minor updates to documentation for fpr_photo_rename
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Dec 7, 2023
1 parent 49fc0d3 commit 86ae8b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 4 additions & 2 deletions R/photo.R
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,10 @@ fpr_photo_document_all <- function(path_to_photo_dir, full_names = T){
as_tibble()
}

#' Sort in directories and rename photos loaded to Mergin as per the column they were taken for (ex. `photo_downstream`)or the "tag"
#' input for general "extra1" photos (ex. photo_extra1_tag). Renamed photos have strings appended after to the end of the existing file.
#' Sort in directories and rename photos base on field form column or photo tag.
#'
#' Sort in directories and rename photos loaded to Mergin as per the column they were taken for (ex. `photo_downstream`) or the "tag"
#' input for general "extra*" photos (ex. photo_extra1_tag). Renamed photos have strings appended to the end of the existing file name.
#'
#' @param dat Data frame to pull out the site names from. Defaults to a dataframe named `form_pscis`
#' @param col_directories The bare (unquoted) name of the column containing the parameter you want to use to build directories
Expand Down
7 changes: 3 additions & 4 deletions man/fpr_photo_rename.Rd

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

0 comments on commit 86ae8b5

Please sign in to comment.