rstudio / promises

A promise library for R
https://rstudio.github.io/promises
Other
198 stars 19 forks source link

Feature Request: Support Rmarkdown SQL chunk Async #26

Open harryprince opened 6 years ago

harryprince commented 6 years ago

@jcheng5

promises is very useful in time-consuming operation, such as spark data collecting.

In my daily job, I am heavy using Spark and Rmarkdown. If Rmarkdown SQL chunks can support execute Spark SQL async, which would be more convenient for the most of data miner.

Here is my small project, to build a %...>% add-ins shortcut, and made async easier.

https://github.com/harryprince/addinpromises