#` Copy From excel
#'
#' This function copies a data frame from Excel
#'
#' @export
copyFromExcel <- function(header=TRUE,...) {
read.table("clipboard",sep="\t",header=header,...)
}
#usage: data=copyFromExcel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.