View source: R/fine_separate.R
coarse_gather | R Documentation |
Return coarse gather mesh codes
coarse_gather(meshcode, distinct = FALSE)
meshcode |
|
distinct |
return unique meshcodes |
meshcode
m <- c("493214294", "493214392", "493215203", "493215301") coarse_gather(m) coarse_gather(coarse_gather(m)) coarse_gather(coarse_gather(m), distinct = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.