validate_count_table | R Documentation |
If the count table is already valid nothing will change, otherwise it will add a new group to the count table file.
validate_count_table(count_table_df)
count_table_df |
The count table 'data.frame' object. |
Determines whether user supplied count table is valid
A validated count table 'data.frame'
count_table <- read.delim(example_path("amazon.full.count_table"))
count_table_valid <- validate_count_table(count_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.