Learn R Programming

dada2 (version 1.0.3)

getDadaOpt: Get DADA options

Description

Get DADA options

Usage

getDadaOpt(option = NULL)

Arguments

option
(Optional). Character. The DADA option(s) to get.

Value

Named list of option/value pairs. Returns NULL if an invalid option is requested.

See Also

setDadaOpt

Examples

Run this code
getDadaOpt("BAND_SIZE")
getDadaOpt()

Run the code above in your browser using DataLab