File: h5types.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 (18 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/H5constants.R
\name{h5types}
\alias{h5types}
\title{These are all types that are used in HDF5}
\description{
HDF5 provides many native datatypes. These are all stored in the \code{h5types}
environment. An overview of all available types can be seen using \code{h5types$overview}.
Any specific type can be accessed using the \code{$}-operator. See also the examples below.
}
\examples{
h5types$overview
h5types$H5T_NATIVE_INT
h5types$H5T_NATIVE_DOUBLE
}
\author{
Holger Hoefling
}