Description Usage Arguments Examples
View source: R/ProgramModalSummary.R
makes a plot
1 2 3  | gVis_Pie_ProgramCostSummary(df, dataTitle = "Total Cost: ",
  labelvar = "Cost Type", numvar = "Cost",
  sliceVisibilityThreshold = NULL)
 | 
df | 
 Program summary data  | 
dataTitle | 
 Title for cost summary. Example "Total Cost: " or "Personnel: "  | 
labelvar | 
 label variable, example "Personnel"  | 
numvar | 
 Number to sum, example "Cost"  | 
1  | rollup_gvisPie(df,labelvar='Cost Type',numvar='Cost')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.