Learn R Programming

bioRad (version 0.9.1)

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

Description

Checks whether a file is a vertical profile (vp) in the ODIM HDF5 format that can be read with bioRad.

Usage

is.vpfile(file)

Value

TRUE for a vertical profile file in readable format, otherwise FALSE.

Arguments

file

Character. Path of the file to check.

See Also

  • read_vpfiles()

  • get_odim_object_type()

  • is.vp()

Examples

Run this code
# Locate the vertical profile example file
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")

# Check if it is a vpfile
is.vpfile(vpfile)

Run the code above in your browser using DataLab