Skip to content

Commit

Permalink
another tweak to global
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bradley committed Jul 5, 2017
1 parent 03520cd commit 74a51db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcs_reestimates/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ get_plot_df <- function(view_type, agency_df, program_df) {

}

get_caption <- function(plot_data, input_type) {
get_caption <- function(plot_data, what_input) {

if (input_type == 'Agency') {
if (what_input == 'Agency') {

caption <- plot_data[['h1']][1] %>% as.character()

Expand Down

0 comments on commit 74a51db

Please sign in to comment.