tidy_vars: Tidy up the vars data frame

Description Usage Arguments Value See Also Examples

Description

tidy_vars optimises the vars data frame for printing i.e. it shortens the various labels and separates thousands with comma etc.

Usage

1
tidy_vars(vars, samp_nm)

Arguments

vars

The data frame of vars.

samp_nm

The sample name to match (basically a string to match the column names).

Value

The tidied vars data frame

See Also

mutate

Examples

1
2
3
4
## Not run: 
tidy_vars(vars, "famA.*_GT$") # assumes you have a vars data frame

## End(Not run)

bahlolab/varpr documentation built on May 11, 2019, 5:26 p.m.