class: center, middle, inverse, title-slide .title[ # Using ‘nomnoml’ in ‘xaringan’ ] .author[ ### Andrie de Vries ] .date[ ### 07 March 2023 ] --- ## Using a nomnoml chunk ```r library(nomnoml) ``` ```nomnoml [Hello]-[World] ```
--- ## Using an R chunk ```r nomnoml::nomnoml("[Hello]-[World]", svg = TRUE) ```