Description Usage Arguments Value See Also Examples
tidy_vars
optimises the vars data frame for printing i.e.
it shortens the various labels and separates thousands with comma etc.
1 | tidy_vars(vars, samp_nm)
|
vars |
The data frame of vars. |
samp_nm |
The sample name to match (basically a string to match the column names). |
The tidied vars data frame
1 2 3 4 | ## Not run:
tidy_vars(vars, "famA.*_GT$") # assumes you have a vars data frame
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.