#' @title Column_Rows
#' @description print cols and rows
#' @param dir data path
#' @author Shine Shen
#' \email{qq951633542@@163.com}
#' @export
Column_Rows <- function(dir='/Users/data.csv'){
data.table::fread(dir) %>% dim(.)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.