| new_olink_class | R Documentation |
olink_class object from a tibble and a check logAttaches the result of check_npx() to a tibble as an attribute,
creating an olink_class subclass. This allows downstream functions to
automatically extract the check log from the data.
new_olink_class(df, check_log)
df |
A tibble containing Olink NPX data. |
check_log |
A named list returned by |
An object of class olink_class, which inherits from
tbl_df, tbl, and data.frame, with the check log stored as an
attribute.
extract_check_log() for retrieving the check log from an
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.