Learn R Programming

hdf5lib (version 2.0.0.5)

ld_flags: Get C/C++ Linker Flags for hdf5lib

Description

Provides the required linker flags to link against the static HDF5 library (libhdf5z.a) bundled with the hdf5lib package.

Usage

ld_flags(api = "latest")

Value

A scalar character vector containing the linker flags.

Arguments

api

A numeric value or the string "latest". This parameter is included for consistency with c_flags() and is reserved for future use; it currently has no effect on the linker flags. Defaults to "latest".

See Also

c_flags()

Examples

Run this code
ld_flags()

Run the code above in your browser using DataLab