View source: R/pad_yishuv_id.R
| pad_yishuv_id | R Documentation |
Pad a yishuv id to a 4-digit character vector
pad_yishuv_id(yishuv_id)
yishuv_id |
a character vector containing only characters and numbers, where each element is no longer than 4 characters or digits. |
A character or numeric vector, where each element is 4 characters long, containing only numbers and left-padded with 0's.
x <- c(1, "23", "4000", 5600)
pad_yishuv_id(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.