Learn R Programming

bioRad (version 0.4.0)

is.pvolfile: Check if a local file is a polar volume (pvol)

Description

Checker whether a file is a polar volume that can be read with package bioRad

Usage

is.pvolfile(file, filename = NULL)

Arguments

file

A string containing a file name.

filename

Deprecated argument, use file instead.

Value

TRUE when file is a polar volume in readable format, otherwise FALSE

Examples

Run this code
# NOT RUN {
volume <- system.file("extdata", "volume.h5", package = "bioRad")
is.pvolfile(volume) # > TRUE
# }

Run the code above in your browser using DataLab