Skip to content

Commit

Permalink
Show the richest country
Browse files Browse the repository at this point in the history
  • Loading branch information
mawds committed Aug 9, 2018
1 parent b373f1f commit c48240c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worked_example/app.R
Expand Up @@ -56,7 +56,8 @@ server <- function(input, output) {
})

output$graphData <- renderTable({
plotData()
plotData() %>%
getRichestCountry()
})

output$gapminderPlot <- renderPlot({
Expand Down

0 comments on commit c48240c

Please sign in to comment.