| attach_check_log | R Documentation |
Convenience helper that first converts data to the requested output format
(via convert_read_npx_output()), then calls check_npx() and attaches
the resulting check log to the object. For tibbles the result is an
olink_class object (via new_olink_class()); for ArrowObjects the
check log is stored as schema metadata (via attach_check_log_arrow()).
Any other type is returned unchanged.
attach_check_log(df, out_df = "tibble", preferred_names = NULL)
df |
A tibble or ArrowObject containing Olink NPX data. |
out_df |
A string specifying the desired output format. Forwarded to
|
preferred_names |
An optional named character vector forwarded to
|
df converted to out_df format with the check log attached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.