The goal of dsproj is to create the ideal (opinionated) templated for a Data Science project.
You can install the released version of dsproj from Github with:
install.packages("remotes")
remotes::install_github('cimentadaj/dsproj')
This is a basic example which shows you how to solve a common problem:
library(dsproj)
project_folder <- tempdir()
create_dsproject(project_folder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.