R/plot_q67_reserve_boundry.R

Defines functions plot_q67_reserve_boundry

plot_q67_reserve_boundry <- function(.data, ...){
  
  .data_plot <-  prep_data_for_plot(
    .data,
    `67_reserve_boundry`,
    type = "bar",
    bar_column = `1`
  )
  
  p <- plot_horiz_bar(
    .data_plot,
    title = "Proportion of community members who are aware of the reserve boundary"
  )
  
  result <- list(
    plot = p,
    data = .data_plot
  )
}
Rare-Technology/HHS_Dashboard documentation built on May 11, 2022, 8:04 a.m.