MoTrPAC / MotrpacBicQC

R package for the MoTrPAC community
https://motrpac.github.io/MotrpacBicQC/index.html
MIT License
8 stars 4 forks source link

Improve the verbosity of `dl_read_gcp` #205

Closed biodavidjm closed 1 year ago

biodavidjm commented 1 year ago

This could be added here

  if(file.exists(new_path)){
    dt <- data.table::fread(new_path, sep=sep, header=header,...)
    return(dt)
  }else{
    stop("- Problems loading the file")
  }