# ------------------------------- #
# Install Package From Source
# ------------------------------- #
# Remove previous version just in Case
remove.packages("poltextr")
# Install with devtools
library(devtools)
devtools::install("../poltextr")
# Load to check it is all good
library(poltextr)
data(package="poltextr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.