vignettes/intro-to-avalanchr.Rmd
.db_con("residents_per_sector")
count_donations()
. On line 62, use plot_donations()
Finish early? Try this stretch goal:
Create a new vignette with use_vignette()
. Set the name
argument to "data-dictionary" and title
to "Data dictionary for avalanchr data sets". We'll set up the data dictionary in the next module!
use_readme_rmd()
to setup a README. Knit the file and take a look.use_lifecycle_badge("experimental")
and use_cran_badge()
. Then, re-knit.use_vignette()
. These R Markdown documents ship with your package and are great for broad introductions and complex topics.use_readme_rmd()
or use_readme_md()
. These are great for installation instructions, simple introductions, and details on contributing, as well as other technical information.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.