ntcheck <- function(df, NeighType = "NeighType", n = "n")
df %>% dplyr::group_by(NeighType) %>% dplyr::count() %>% dplyr::arrange(dplyr::desc(n)) %>% data.frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.