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
Code folding and cache = TRUE do not work for SQL engine #914
Comments
|
Somewhat unsurprisingly caching SQL engine chunks also does not work when knitting Rsweave files. |
|
Fixed in the development version of knitr: devtools::install_github('yihui/knitr')Sorry, I wish I had looked at this issue earlier. It was actually fairly easy to fix. |
|
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
.Rmd code below
The "code" button above and to the right of the SQL chunk will be missing
It would be amazing to have end users of Rmarkdown output be able to see how data was pulled from a SQL DB in the event of any accuracy/logic (filtering typically) concerns
I tried messing with the different chunk arguments but no luck
Also caching with the SQL engine does not work
The text was updated successfully, but these errors were encountered: