R/Column_Rows.R

Defines functions Column_Rows

Documented in Column_Rows

#' @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(.)

}
shineshen007/shine documentation built on Feb. 16, 2025, 9:16 p.m.