Package: filenamr 0.1.0.9002
filenamr: Make and Modify File Names and Metadata
Work with filenames and paths and read and write file metadata.
Authors:
filenamr_0.1.0.9002.tar.gz
filenamr_0.1.0.9002.zip(r-4.5)filenamr_0.1.0.9002.zip(r-4.4)filenamr_0.1.0.9002.zip(r-4.3)
filenamr_0.1.0.9002.tgz(r-4.4-any)filenamr_0.1.0.9002.tgz(r-4.3-any)
filenamr_0.1.0.9002.tar.gz(r-4.5-noble)filenamr_0.1.0.9002.tar.gz(r-4.4-noble)
filenamr_0.1.0.9002.tgz(r-4.4-emscripten)filenamr_0.1.0.9002.tgz(r-4.3-emscripten)
filenamr.pdf |filenamr.html✨
filenamr/json (API)
NEWS
# Install 'filenamr' in R: |
install.packages('filenamr', repos = c('https://elipousson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/elipousson/filenamr/issues
- default_exif_tags - Default EXIF, XMP-dc, and IPTC tags
- default_exif_xwalk - EXIF data column name crosswalk
Last updated 8 days agofrom:00a9c304f8. Checks:OK: 1 NOTE: 3 ERROR: 3. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | ERROR | Oct 29 2024 |
R-4.5-linux | NOTE | Oct 29 2024 |
R-4.4-win | ERROR | Oct 29 2024 |
R-4.4-mac | NOTE | Oct 29 2024 |
R-4.3-win | ERROR | Oct 29 2024 |
R-4.3-mac | NOTE | Oct 29 2024 |
Exports:check_file_overwritecheck_path_fileextfmt_exif_directionget_data_dirget_path_fileextlist_path_fileextlist_path_filenameslist_pkg_cachedatalist_pkg_datalist_pkg_datasetslist_pkg_extdatamake_filenameread_exifset_file_pathstr_affixstr_prefixwrite_exif
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check if a file exists and remove file or error | check_file_overwrite |
Check if a file path has a file extension | check_path_fileext |
Default EXIF, XMP-dc, and IPTC tags | default_exif_tags |
EXIF data column name crosswalk | default_exif_xwalk |
Format a data.frame column as a cardinal direction in degrees and wind direction | fmt_exif_direction |
Check if data directory exists and create a new directory if needed | get_data_dir list_path_filenames |
Get file extensions for files at a path | get_path_fileext list_path_fileext |
List package datasets, extdata files, and files in package cache | list_pkg_cachedata list_pkg_data list_pkg_datasets list_pkg_extdata |
Make file name and path with optional label, prefix, or postfix | make_filename |
Read EXIF metadata to create a simple feature object or write EXIF metadata to image files | read_exif write_exif |
Set a file path and validate path file extension | set_file_path |
Apply a prefix or postfix to a string | str_affix str_prefix |