subset_order_tbl: Function to subset a tbl_df or grouped_df by a column

Description Usage Arguments Value

View source: R/utils.R

Description

Function to subset a tbl_df or grouped_df by a column

Usage

1
subset_order_tbl(tbl, col, col_order)

Arguments

tbl

A tbl_df or grouped_df.

col

A string indicating which column of of tbl to subset and order

col_order

A character vector indicating the order of col.

Value

A modified version of summary with col subsetted by col_order.


annotatr documentation built on Nov. 8, 2020, 8:16 p.m.