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

View source: R/utils.R

subset_order_tblR Documentation

Function to subset a tbl_df or grouped_df by a column

Description

Function to subset a tbl_df or grouped_df by a column

Usage

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.


rcavalcante/annotatr documentation built on March 25, 2023, 9:51 a.m.