library(dplyr)
EURconversionUSD <- XLConnect::readWorksheetFromFile("data-raw/Euro_exchangerate.xls",
sheet = "Sheet1")
save(EURconversionUSD, file = "data/EURconversionUSD.RData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.