devtools::load_all()
devtools::document()
devtools::install()
library(prueba)
# Para hacer un chequeo
devtools::check(remote=TRUE)
# Para crear la pagina web
pkgdown::build_site()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.