Initialize R Markdown SOM in the vignettes of a vertical project.

init_som()

Details

A wrapper to usethis for creating a vignettes folder, and adding an example .Rmd. This function is used during vertical project creation. Once a vertical project is established, we suggest a usethis approach to adding articles to vignettes. The usethis approach creates a new .Rmd in vignettes, you define the name and title, and the new file is opened for editing.

usethis::use_article(name, title = name)
usethis::use_article("Supplementary_2", title = "Blah blah blah")

See usethis documentation for more information.