File: hdf5_plugin_path.Rd

package info (click to toggle)
r-bioc-rhdf5filters 1.2.0%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 292 kB
  • sloc: ansic: 217; makefile: 64
file content (22 lines) | stat: -rw-r--r-- 592 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/zzz.R
\name{hdf5_plugin_path}
\alias{hdf5_plugin_path}
\title{Return location of installed filters}
\usage{
hdf5_plugin_path()
}
\value{
A character string containing the path where the compiled filters
are located.
}
\description{
This function can be used to find the location of the installed filters.
Setting the environment variable HDF5_PLUGIN_PATH to this value will allow
other applications that require the the filters to use the versions
distributed with this package.
}
\examples{
hdf5_plugin_path()

}