## Not run:
#
# # copy sample images to another location (so we don't mess around in the package directory)
# wd_images_ID <- system.file("pictures/sample_images", package = "camtrapR")
# file.copy(from = wd_images_ID, to = getwd(), recursive = TRUE)
# wd_images_ID_copy <- file.path(getwd(), "sample_images")
#
# # append species names
# SpecNameAppend1 <- appendSpeciesNames(inDir = wd_images_ID_copy,
# IDfrom = "directory",
# hasCameraFolders = FALSE,
# removeNames = FALSE,
# writecsv = FALSE)
#
# SpecNameAppend1
#
# # remove species names
# SpecNameRemove1 <- appendSpeciesNames(inDir = wd_images_ID_copy,
# IDfrom = "directory",
# hasCameraFolders = FALSE,
# removeNames = TRUE,
# writecsv = FALSE)
#
# SpecNameRemove1
# ## End(Not run)
Run the code above in your browser using DataLab