knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/" ) set.seed(101315)
Access the SkuVault API using R.
# Install development version from GitHub devtools::install_github("anthonypileggi/skuvaultr")
To use, you'll first need to get access and set these environment variables.
SKU_VAULT_EMAIL = "me@email.com" SKU_VAULT_PASSWORD = "password"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.