pancan_tabulate: tabulate a variable in a table

Description Usage Arguments Value Examples

View source: R/pancan.R

Description

tabulate a variable in a table

Usage

1
pancan_tabulate(dataset = "Annotated", tblname, vblname)

Arguments

dataset

character(1) dataset name

tblname

character(1) table name in dataset

vblname

character(1) field name in table

Value

instance of tbl_dbi, constituting summarise result

Examples

1
2
if (interactive()) pancan_tabulate(tblname=
    "clinical_PANCAN_patient_with_followup", vblname="icd_10")

BiocOncoTK documentation built on Nov. 8, 2020, 6:03 p.m.