I am writing a swirl lesson using swirlify
package functions in RStudio.
Below is how lesson.yaml
file looks like now
- Class: text
Output: Welcome to Part 1 Playing with Numbers!!!
Output for which looks like
How to insert a new line or line break after Welcome to Part 1 in lesson.yaml
file above, so that it displays the output as below when I run the demo_lesson()
command again after saving the lesson.yaml
file
| Welcome to Part 1
| Playing with Numbers!!!