rm(list=ls(all=TRUE))
# Project name
prjName <- "macrounchained"
# Package name (in the project)
pkgName <- "macroutils2"
setwd( file.path( Sys.getenv( x = "rPackagesDir" ), prjName,
pkgName ) )
# Source rmacrolite
source( sprintf( "R/%s.r", pkgName ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.