#' Reads lookup
#' @import readr
#' @export
read_lookup <-
function(path_to_lookup) {
return(readr::read_csv(path_to_lookup, col_types = readr::cols(.default = "c")))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.