# paygrade data
df_rank_pg <- readxl::read_xlsx("data-raw/paygrades.xlsx")
# bah data
bah_data <- read.csv("bah-data/bah.csv") %>%
select(MHA, pg, dep, year, bah_rate = value)
usethis::use_data(df_rank_pg, bah_data, overwrite = T, internal = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.