rmarkdown-cookbook icon indicating copy to clipboard operation
rmarkdown-cookbook copied to clipboard

R Markdown Cookbook. A range of tips and tricks to make better use of R Markdown.

Results 80 rmarkdown-cookbook issues
Sort by recently updated
recently updated
newest added

Example: - "Don't repeat yourself!" - "Customize looks and feel of your publication" - "Configure code execution behavioir" - ... This would be more useful than technical organization (Word, PDF,...

long term idea

Update the part regarding reusing code chunk with new feature from https://github.com/yihui/knitr/pull/1960 See doc of options and knitr examples.

There is a mistake in the second code sample in Chapter 17.5: ``` #' Custom Knit function for RStudio #' #' @export knit_with_date

https://bookdown.org/yihui/rmarkdown-cookbook/html-accessibility.html

`reference-section-title` See https://pandoc.org/MANUAL.html#placement-of-the-bibliography would complement https://bookdown.org/yihui/rmarkdown-cookbook/bibliography.html

Aim: Document a workaround for https://github.com/rstudio/rmarkdown/issues/2070 unless there is a fix

This comes from : https://github.com/rstudio/rmarkdown/issues/2068 * Use the `label` argument in `knitr::kable` ````markdown --- title: test output: bookdown::html_document2 --- # Several versions of the table ```{r mtCarsTables, echo=FALSE, results='asis'} list

It seems tabset feature was enough to provide FR asked in: https://github.com/rstudio/rmarkdown/issues/2053 We should add it as examples.

\* This is just a kind of feature request and not an urgent issue (Is it appropriate to post such a comment here on this GitHub repo?). In the section...

This is a great extension package for **bookdown**: https://github.com/pzhaonet/bookdownplus