#=============#
#Devtools workflow #
# library (devtools) #
#=============#
devtools::document() #generare document
devtools::check_man() #check document
devtools::build_vignettes() #build a vignettes
devtools::test() #run test
devtools::build() #build bindle
devtools::install() #install the package
devtools:: install_github("")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.