diff --git a/2019-10-29_writing_and_working_with_YAML_withymlthis/README.md b/2019-10-29_writing_and_working_with_YAML_withymlthis/README.md new file mode 100644 index 0000000..a99dbe6 --- /dev/null +++ b/2019-10-29_writing_and_working_with_YAML_withymlthis/README.md @@ -0,0 +1,8 @@ +# The YAML problem: Writing and working with YAML with ymlthis + +* 2019-10-29 +* Speaker: Malcolm Barrett + +## Abstract + +R Markdown is an easy-to-learn tool for reproducible research. Many people, however, bump into problems using YAML, the language that specifies metadata for R Markdown documents. ymlthis makes it easy to write valid YAML by handling the syntax and documenting the majority of YAML fields in one place. ymlthis will help you write metadata for R Markdown, bookdown, blogdown, and more. Let the Shiny add-in create a new R Markdown file for you or work with YAML and R Markdown files directly. ymlthis finally gives you a workflow that is better than trying to find and paste the YAML from the last R Markdown document you used. diff --git a/2019-10-29_writing_and_working_with_YAML_withymlthis/ymlthis_talk.pdf b/2019-10-29_writing_and_working_with_YAML_withymlthis/ymlthis_talk.pdf new file mode 100644 index 0000000..c47b6ba Binary files /dev/null and b/2019-10-29_writing_and_working_with_YAML_withymlthis/ymlthis_talk.pdf differ diff --git a/README.md b/README.md index cfcbb14..da335a4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Presentation materials from our monthly meetings ## 2019 ## +* 10/29/2019: *Malcolm Barrett*, [The YAML problem: Writing and working with YAML with ymlthis](https://github.com/ocrug/presentations/tree/master/2019-10-29_writing_and_working_with_YAML_withymlthis) * 09/24/2019: *Ash Pahwa*, [Convolutional Neural Networks](https://github.com/ocrug/presentations/tree/master/2019-09-24_convolutional_neural_networks/)