table_lbyfleet <- function(lbyfleet) {
lbyfleet %>%
dplyr::filter(!is.na(ALL)) %>%
dplyr::rename_with(~ gsub("X[0-9]+_", "", .x)) %>%
dplyr::mutate(
Label = gsub("_like$", "", Label),
model = match(model)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.