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

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

profile <- system.file("extdata", "profile.h5", package = "bioRad") is.vpfile(profile) # > TRUE
#> [1] TRUE