
Add a pkgdown site
add_pkgdown.RdThis function creates a website for your package. You can see it locally by
opening docs/index.html in your package. To get it online you can copy the
docs directory to your website's server.
Details
Be sure that in the generating .Rmd file this is called after
litr::document() has been called. To customize the site, you may pass a
customized _pkgdown.yml file as described in this pkgdown vignette.