hub2plus | R Documentation |
hub_masterのhub_nameとlato_strictoから,hub_plusを生成. 「/」での区切りがある場合は,前後両方に「lato_stricto」を追加
hub2plus(Hub_name, lato_stricto)
Hub_name |
hub_name in hub_master |
lato_stricto |
lato_stricto in hub_master |
string
hub_master %>%
tibble::as_tibble() %>%
dplyr::rename_with(~stringr::str_replace_all(., "[ /]", "_")) %>%
dplyr::rename_with(~stringr::str_remove_all(., "[()]")) %>%
dplyr::mutate(hub_plus = hub2plus(Hub_name, lato_stricto))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.