View source: R/check_phenotype_data.R
check_phenotype_data | R Documentation |
phenotype_data
is validCheck if the phenotype_data
is valid.
The phenotype_data
can be a filename (phe_filename
)
or a tibble (phe_table
)
check_phenotype_data(phenotype_data)
phenotype_data |
phenotype data in the form of either
a filename to a phenotype file ( |
Will stop if the data is not in any of these formats
Richèl J.C. Bilderbeek
check_phenotype_data(phenotype_data = create_test_phenotype_data_table())
check_phenotype_data(phenotype_data = create_test_phenotype_data_filename())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.