#' To read text in rstudio source to dataframe
#'
#' @param text
#'
#' @return dataframe
#' @export
#'
#' @examples read_text()
read_Text <- function(text){
read.table(header = TRUE,text = text)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.