Learn R Programming

bioRad (version 0.5.1)

is.vpfile: Check if a local file is a vertical profile (vp)

Description

Checker whether a file is a vertical profile that can be read with package bioRad

Usage

is.vpfile(file, filename = NULL)

Arguments

file

A string containing a filename

filename

Deprecated argument, use file instead.

Value

TRUE when filename is a vertical profile, otherwise FALSE

Examples

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

Run the code above in your browser using DataLab