knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Added readme with usethis::use_readme_rmd()
. Need to mannually knit to md if
you want a README on GitHub that is rendered nicely.
For internal functions that you document, you should put the
#' @keywords internal
so the documentation is not in the package index. Index
is the page that you reach when you are on a help file and then scroll to the
very bottom and click on Index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.