powered by
pvol
Checker whether a file is a polar volume that can be read with package bioRad
is.pvolfile(file, filename = NULL)
A string containing a file name.
Deprecated argument, use file instead.
TRUE when file is a polar volume in readable format, otherwise FALSE
file
# NOT RUN { volume <- system.file("extdata", "volume.h5", package = "bioRad") is.pvolfile(volume) # > TRUE # }
Run the code above in your browser using DataLab