| clean_name | R Documentation |
Clean a string from characters unwanted in (mostly) yishuv names
clean_name(name)
name |
a character vector |
a character vector without leading and trailing white space, and with
characters that are only letters and digits, excluding the following: '-()\"
clean_name("test-123_test*456")
x <- read_cbs_yishuv(system.file("extdata", "bycode2021.xlsx",
package = "il.cbs.muni"))[[1]][c(153, 342)]
x
clean_name(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.