pancan_tabulate | R Documentation |
tabulate a variable in a table
pancan_tabulate(dataset = "Annotated", tblname, vblname)
dataset |
character(1) dataset name |
tblname |
character(1) table name in dataset |
vblname |
character(1) field name in table |
instance of tbl_dbi, constituting summarise result
if (interactive()) pancan_tabulate(tblname= "clinical_PANCAN_patient_with_followup", vblname="icd_10")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.