library(DT)
library(dplyr)
library(readxl)
Place the Excel file in the project's data folder.
Import it the way you normally do in R.
Once this is done you can run the below save() command to save as RData files.
save(Franchise, file="Franchise.RData") save(MLS_shot, file="2019MLS.RData") save(MLS_ShotsOnTgt_player, file="2019MLS_ShotsOnTgt.RData")
team_info <- function(x){ Franchise[which(Franchise$ShortName == x),] }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.