tests/testthat/_snaps/markdownr.md

argument types are respected in code_chunk()

Code
  cat(chunk1)
Output
  ```{r fig.cap = "something"}
  plot(1:5)
  ```
Code
  cat(chunk2)
Output
  ```{r fig.cap = label_object}
  plot(1:5)
  ```
Code
  cat(chunk3)
Output
  ```{r fig.height = 3}
  plot(1:5)
  ```


Try the ymlthis package in your browser

Any scripts or data that you put into this service are public.

ymlthis documentation built on Aug. 5, 2022, 5:23 p.m.