View source: R/read_npx_utils.R
| read_npx_format_colnames | R Documentation |
Help function checking whether a dataset contains NA or empty strings on its column names
read_npx_format_colnames(df, file)
df |
A "tibble" or "ArrowObject"
from |
file |
Path to Olink software output file in wide or long format. Expecting extensions "xls" or "xlsx" for excel files, "csv" or "txt" for delim files, "parquet" for parquet files, and "zip" for compressed files. |
Error is file contains problematic column names. NULL otherwise.
Klev Diamanti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.