Skip to content

Commit

Permalink
close #39 by makeing default param col_string_append = location as pe…
Browse files Browse the repository at this point in the history
…r tidyr::separate(local_name, into = c('site_id', 'location'), remove = F, extra = "merge")
  • Loading branch information
NewGraphEnvironment committed Nov 1, 2023
1 parent d996dc4 commit f379984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/photo.R
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ fpr_photo_rename <- function(dat = form_pscis,
dir_from_stub =NULL,
dir_to_stub = NULL,
col_string_add = FALSE,
col_string_append = local_name,
col_string_append = location,
...){
# create new photo directories
dat %>%
Expand Down

0 comments on commit f379984

Please sign in to comment.