File: getHdf5Version.Rd

package info (click to toggle)
r-bioc-rhdf5lib 1.20.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 384 kB
  • sloc: sh: 67; ansic: 40; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 455 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/zzz.R
\name{getHdf5Version}
\alias{getHdf5Version}
\title{Report the version of HDF5 distributed with this package}
\usage{
getHdf5Version()
}
\value{
Returns a \code{character} vector of length 1 containing the version
number.
}
\description{
This function returns the version number of the HDF5 library that is 
distributed with this package.
}
\examples{
getHdf5Version()
}