#'@examples
library(tidyverse)
library(RCurl)
case1 <-
read.csv(text=getURL("https://raw.githubusercontent.com/edvbb/HRanalytics/master/data/case1.Rda"), header=T, sep = '\t',
encoding = 'UTF-8')
devtools::use_data(case1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.