read-nbs | R Documentation |
read_inv()
reads investigation data files
read_pct()
reads PCR data files
read_inv( date = NULL, col_select = NULL, col_types = vroom::cols(.default = vroom::col_character()), ... ) read_pcr( date = NULL, col_select = NULL, col_types = vroom::cols(.default = vroom::col_character()), ... )
date |
The download date of the data file to read |
col_select |
One or more selection expressions, like in
|
col_types |
One of If Column specifications created by Alternatively, you can use a compact string representation where each character represents one column:
|
... |
Additional arguments to pass to
|
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.