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

Pipe list_files into get_file #19

Open
mhpob opened this issue Jul 28, 2022 · 0 comments
Open

Pipe list_files into get_file #19

mhpob opened this issue Jul 28, 2022 · 0 comments

Comments

@mhpob
Copy link
Owner

mhpob commented Jul 28, 2022

Currently need the following, using lapply to get multiple files:

bb_files <- list_files(161)
get_file(2,161, data_type = 'extraction',
         out_dir = 'embargo/act')

Would be nice to just pipe the list of files straight in to the download call:

get_file(bb_files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant