Skip to contents

assay_doc() opens the technical fact sheet associated with a given assay. This is useful for quickly checking specific assay implementations.

Usage

assay_doc(assay_id)

Arguments

assay_id

A character string representing the assay identifier (e.g. "innotest-ab42-csf"). Check assays() for options.

Value

Called for its side effect. Opens the PDF document in the system viewer.

Examples

if (FALSE) { # \dontrun{
assay_doc("innotest-ab42-csf")
} # }