The NetlifyDS
package contains functions to streamline Netlify's data science project. It espouses the philosophy: Anything that can be automated should be automated. Do as much as possible with functions.
Functions in this package are for the following purposes:
NetlifyDS
utilizes a number of R packages. It loads packages as needed and assumes that they are installed. Install the package using:
# if you haven't installed devtools
# install.packages("devtools")
devtools::install_github("netlify/NetlifyDS")
library("NetlifyDS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.