File: getHdf5Version.Rd

package info (click to toggle)
r-bioc-rhdf5lib 1.28.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 400 kB
  • sloc: sh: 79; ansic: 40; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (4)
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()
}