Description Usage Arguments Value Examples
For each photo file, you can move it, copy it, skip it, or delete it.
1 | sort_photos(from, to, subdir = NULL)
|
from |
character. Path to directory that contains photo files. |
to |
character. Path to destination directory to move photo files. Will be created automatically if it doesn't exist. |
subdir |
character (default: |
Invisibly returns path to destination directory (input argument
to) as an fs_path object.
1 2 3 4 5 | ## Not run:
sort_photos("~/Dropbox/Camera Uploads/", "~/Dropbox/family-photos/", subdir = "%Y %m %B")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.