roles <- tibble::tribble(
~role_id, ~role,
1, "team_trainee",
2, "team_member",
3, "team_lead"
)
usethis::use_data(roles, internal = FALSE, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.