subset_order_tbl {annotatr}R 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.


[Package annotatr version 1.16.0 Index]