#' 将tbl转化为df
#'
#' @param tbl tbl
#'
#' @return 返回值
#' @export
#'
#' @examples tbl_as_df
tbl_as_df <- function(tbl){
as.data.frame(tbl,stringAsFactors=F)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.