R/read_csv.R

tamahagne.read.csv <- function(file.path= ""){

  return (toJSON( read.csv(file.path, sep = ",", header = T)))
}
farhanmubasher/tamahagane documentation built on May 16, 2019, 10:09 a.m.