tests/testthat/_snaps/basic_yaml_results.md

Code chunk is rendered correctly

Code
  rslt
Output
  ```{r yml_example}
  yml_empty() %>% yml_author("Malcolm Barrett") %>% yml_output(pdf_document())
  ```

blanks are correctly cleared from author list

Code
  author_yml
Output
  ---
  author:
  - name: John Doe
    affiliation: My Uni
  ---


rstudio-education/ymlthis documentation built on Aug. 8, 2022, 3:41 p.m.