##Pins test
library(tidyverse)
library(pins)
#check github options to make sure files are added to a release and not the repo
getOption("pins.github.release") == 0
#if above expression is FALSE, change .Rprofile option to (usethis::edit_r_profile):
#options(pins.github.release = 0)
#make sure the github PAT is set
#usethis::edit_r_environ()
board_register_github(repo = "karinorman/biodivTS", branch = "master")
#to pin:
#pin(object_name, board = "github")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.