make_ProgramResultsTable: make_ProgramResultsTable

Description Usage Arguments Examples

View source: R/makeProgramResultsTable.R

Description

Create a DT table of the pbb data for the chart tabs

Usage

1
2
make_ProgramResultsTable(df, tabdata_dataField, buttons = c("copy",
  "excel", "print"), doneFun = NULL, height = 600)

Arguments

df

present pbb data

tabdata_dataField

what column of data to include from the present sumary csv data

buttons

what buttons to use

height

table height

Examples

1
make_ProgramResultsTable(df,tabdata_dataField=input$tabdata_dataField, buttons=c('copy', 'excel', 'print'))

RX-PBB/PBBOpenData documentation built on May 15, 2020, 11:24 p.m.