| makeItemNames | R Documentation | 
Takes a prefix (e.g., "Q") and the number of items you want (e.g., 3), and returns a vector of item names (e.g., c("Q1", "Q2", "Q3")).
makeItemNames(prefix, nitems)
| prefix | A quoted prefix that will precede the number in the item name (e.g., the "Q" in "Q1"). | 
| nitems | The number of items | 
A character vector of sequentially numbered item names.
makeItemNames("q", 3)
itemNames <- makeItemNames("item", 7)
itemNames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.