I have been thinking about this a little and have a few options for how a user might add an id to many files.
- purrr::imap allows us to access id information if the object passed is a named list.
- purrr::map2 would allows us to ingest two vectors of equal length, file.names and ids
- other options
I do think we need this functionality at some point.
I have been thinking about this a little and have a few options for how a user might add an id to many files.
I do think we need this functionality at some point.