R/ntcheck.R

Defines functions ntcheck

Documented in ntcheck

ntcheck <- function(df, NeighType = "NeighType", n = "n")
	df %>% dplyr::group_by(NeighType) %>% dplyr::count() %>% dplyr::arrange(dplyr::desc(n)) %>% data.frame()
timathomas/urbandemographics documentation built on Nov. 21, 2021, 10:22 p.m.