Description Usage Arguments Value Note Examples
Check if input data columns match one of the four allowed formats.
1 | check_input(tabl)
|
tabl |
a data.frame |
list of boolean vairables indicating if input match a format and allowed formats
An item in the approved format list can appear more than once
1 2 3 4 5 6 | ## Not run:
tabl1 = data.frame(gene = letters,rep1=runif(26), rep2=rnorm(26))
tabl2 = data.frame(gene = letters,rep1=runif(26), rep2=rnorm(26), somethingelse=1:26)
check_input(tabl1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.