-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request