get_odim_object_type | R Documentation |
data
type of an ODIM HDF5 fileChecks what type of data
object is contained in an ODIM HDF5 file. See
ODIM specification,
Table 2 for a full list of existing ODIM file object types.
get_odim_object_type(file)
file |
Character. Path of the file to check. |
Character. PVOL
for polar volume, VP
for vertical profile,
otherwise NA
.
is.pvolfile()
is.vpfile()
# Locate the polar volume example file
pvolfile <- system.file("extdata", "volume.h5", package = "bioRad")
# Check the data type
get_odim_object_type(pvolfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.