David Ranzolin

Results 33 comments of David Ranzolin

Semi-related: [the Perseus Digital Library](http://www.perseus.tufts.edu/hopper/) has a wealth of ancient primary texts and I've started [a package for getting them here.](https://github.com/daranzolin/rperseus)

I'd love to contribute to this project! Is the content of the letters separate?

Sign me up!

I have the same use case and need. @rbcavanaugh did you happen upon a solution?

@rbcavanaugh that works, thanks so much!

Along the same lines, will `use_quarto_template` become a thing?

Yup, I'm having the same issue. If it helps, here's my `sessionInfo()`: ``` > sessionInfo() R version 3.3.3 (2017-03-06) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: macOS Sierra 10.12.3 locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8...

I don't use Julia, but based on the code and description of the problem, I'm experiencing the same issue in R with the {duckdb} package.

Rather than a separate function, this could maybe better work as a separate argument to `tar_sql` e.g. `is_prql = TRUE`. Then call `prqlr::prql_compile()` within `source_sql_to_dataframe`.

There are several options for implementation. # Option 1: PRQL in .sql files (or .prql files) Pros: Minimal changes needed to API and code. Cons: Can't modify and preview query...