Add a filter to the dataset filter pipeline.
H5Pset_filter(h5plist, filter_id, is_mandatory = FALSE, cd_values)Object of class H5IdComponent representing a dataset creation property list.
Integer of length 1, giving the ID of the filter to be used.
Logical of length 1. Filters can be either optional or
mandatory. If this argument is set to FALSE the filter won't be applied
to a chunk in the case of failure, but the data will still be written.
Setting to TRUE will result in a failure when writing the dataset if the
filter fails for some reason.
Integer vector giving parameters to be supplied to the filter. No guidance is given for the number of values supplied here, it is specific to each filter and the user is expected to know appropriate options for the requested filter.