# devtools
devtools::use_data_raw()
devtools::use_code_of_conduct()
devtools::use_mit_license()
devtools::use_news_md()
devtools::use_readme_rmd()
devtools::use_package("rstudioapi")
devtools::use_package("stringr")
devtools::document()
devtools::build_vignettes()
pkgdown::build_site()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.