evalparse

Results 229 comments of evalparse

actually to implement them properly is quite tough. So I have removed them for now. They are convenience methods

I can't replicate your exact msg but I did find a bug. So I've fixed it. I have push to cran so should be available soon I would encourage you...

what does `dir.exists("C:/Users/Ricardo Torres/OneDrive/FreeAgent Drive Back-up/My Documents/IHA/Radiation Therapy & Cancer Institute/2021/Cancer Centers/mmm/Claims/Claims.df/")` say? are you able to move it off onedrive and try? I wonder if there's some issues with...

I suspect this is either a Base issue or an issue with OneDrive. Have you tested moving the data off OneDrive and testing there?

tools::file_path_as_absolute(attr(df Maybe the above function is doing something wrong as well, so could be. A base r problem

I see. For now I think this would work ``` list_of_disk.frames = lapply(files, function(file) { as.disk.frame(vroom(file)) }) fnl_disk.frame = rbindlist.disk.frame(list_of_disk.frames) ```

Yep. The only think I would say is that you can parallelize the `lapply ` using future.apply

Thanks the request. I have wanted to do this for a long time. I think some sort of bloomfilter and indexing ability will be nice, I will prioritise this and...

Thanks for this! I turned off dtplyr support before the release of v0.1.0 as there were many cases where dtplyr didn't work. I will look to find a solution for...

I see. Good point. But the error only appears if you load dtplyr, so I take it to mean that if you turn on dtplyr then that's what you want...