Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add id when reading many csv files #52

Open
Huh opened this issue May 26, 2019 · 0 comments
Open

Add id when reading many csv files #52

Huh opened this issue May 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Huh
Copy link
Owner

Huh commented May 26, 2019

I have been thinking about this a little and have a few options for how a user might add an id to many files.

  1. purrr::imap allows us to access id information if the object passed is a named list.
  2. purrr::map2 would allows us to ingest two vectors of equal length, file.names and ids
  3. other options

I do think we need this functionality at some point.

@Huh Huh added the enhancement New feature or request label May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant