James
James
@krlmlr I did try with absolute paths. It still didn't work. However, I found out that duckdb was expecting single quote around the file paths. If I do `sprintf("'%s'", filepath)`,...
Wouldn't it make more sense to update/add function to handle these file paths? This seems like a package design decision. What I'm understanding is the package handles files in the...
@krlmlr I can confirm that this still happens in 1.0.0-2. But it doesn't happen all the time. Only after some repetition. I started using `duckdb` in my package instead of...
I was just writing to let you know that I didn't know about the `tbl_file` function. Was there a reason why `tbl_file` and `tbl_query` functions needed to be created separately...