pancan_tabulate {BiocOncoTK}R Documentation

tabulate a variable in a table

Description

tabulate a variable in a table

Usage

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

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

[Package BiocOncoTK version 1.10.0 Index]