File: is_hdf5.Rd

package info (click to toggle)
r-cran-hdf5r 1.3.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,344 kB
  • sloc: ansic: 85,341; sh: 51; python: 32; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/R6Classes_H5File.R
\name{is_hdf5}
\alias{is_hdf5}
\title{Check if a file is an HDF5 file}
\usage{
is_hdf5(name)
}
\arguments{
\item{name}{The name of the file to check}
}
\value{
Logical, TRUE if file is of type HDF5
}
\description{
Check if a file is an HDF5 file
}
\details{
Uses the HDF5 function \code{H5Fis_hdf5} to check if a file is of type HDF5.
}
\author{
Holger Hoefling
}