tb_s: Function to create table that result is sorted descending

Description Usage Arguments Value Examples

View source: R/tb_s.R

Description

Function to create table that result is sorted descending

Usage

1

Arguments

data

input dataset.

...

arguments pass to dplyr::select.

Value

Sorted table.

Examples

1
2
tb_s(mtcars,am)
tb_s(mtcars,gear)

BERENZ/MiscFuns documentation built on May 5, 2019, 10:25 a.m.