#' readTable from Lab 3
#'
#' Reads in from a file chooser into a data frame called fin.df
#'
#' @return
#' @export
#'
#' @examples
readTable=function() {
fin.df=read.table(file.choose(),header=TRUE,sep=",")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.