ids {ids} | R Documentation |
Generic id generating function
ids(n, ..., vals = list(...), style = "snake")
n |
number of ids to return. If |
... |
A number of character vectors |
vals |
A list of character vectors, instead of |
style |
Style to join words with. Can be one of "Pascal", "camel", "snake", "kebab", "dot", "title", "sentence", "lower", "upper", and "constant". |
Either a character vector of length n
, or a
function of one argument if n
is NULL
Rich FitzJohn
# For an example, please see the vignette