knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This project makes use of renv
in order to export use dependencies and rsconnect
for deployment. When opening the project R should automatically download the specified version of renv
. Next in order to restore the used packages just run:
renv::restore()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.