names0 {recipes} | R Documentation |
This function creates a series of num
names with a common prefix.
The names are numbered with leading zeros (e.g.
prefix01
-prefix10
instead of prefix1
-prefix10
).
names0(num, prefix = "x")
num |
A single integer for how many elements are created. |
prefix |
A character string that will start each name. . |
A character string of length num
.