R/01xcmsFileSource-class.R

setClass("xcmsFileSource",
         representation("character"),
         contains="xcmsSource",
         validity=function(object) {
             if (file.exists(object)) TRUE
             else paste("File not found:", object)
         })
sneumann/xcms-presvnbridge documentation built on May 30, 2019, 6:02 a.m.