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

fread could accept multiple files #586

Open
arunsrinivasan opened this issue Jun 8, 2014 · 4 comments
Open

fread could accept multiple files #586

arunsrinivasan opened this issue Jun 8, 2014 · 4 comments

Comments

@arunsrinivasan
Copy link
Member

Submitted by: Matt Dowle; Assigned to: Nobody; R-Forge link

As highlighted here :
http://stackoverflow.com/a/15102639/403310

@robbyjo
Copy link

robbyjo commented Jun 10, 2014

This would be highly appreciated. My current solution is something like:

library(data.table);
result = rbindlist(lapply(list.files("*.csv"), fread));

Would love to have something like:

result = fread(list.files("*.csv"));

@MichaelChirico
Copy link
Member

This, like #717, is something that seems to come up all the time.

Perhaps this could be a new (essentially wrapper) function freadl -- depends on how heavily we want to overload the file argument in fread.

Also related to #989.

@mattdowle mattdowle added this to the v1.9.8 milestone Apr 3, 2016
@arunsrinivasan arunsrinivasan modified the milestones: v2.0.0, v1.9.8 Jul 21, 2016
@mattdowle
Copy link
Member

@mattdowle mattdowle changed the title [R-Forge #2589] fread could accept multiple files fread could accept multiple files Jun 27, 2017
@MichaelChirico
Copy link
Member

I guess this is really just #2582 in disguise

@mattdowle mattdowle removed this from the Candidate milestone May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants