R/H5Z.R

Defines functions H5Zfilter_avail

H5Zfilter_avail <- function(filter_id) {
    filter_id <- as.integer(filter_id)
    res <- .Call("_H5Zfilter_avail", filter_id, PACKAGE = "rhdf5")
    return( res );
}

Try the rhdf5 package in your browser

Any scripts or data that you put into this service are public.

rhdf5 documentation built on Nov. 8, 2020, 6:56 p.m.