library(devtools)
library(tidyverse)
library(fs)
library(usethis)
use_git()
dir_info(all = TRUE, regexp = "^[.]git$") %>%
select(path, type)
load_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.