#' myread
#'
#' @param csv
#'
#' @return Reads a CSV file
#' @export
#' @importFrom utils read.csv
#'
#' @examples
#' \dontrun{mpg.df=myread("EPAGAS.csv")}
myread=function(csv){
read.csv(file.choose())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.