Description Usage Arguments Examples
Infix to format strings via named paramters
1 | fmt %format% list
|
fmt |
A string to format |
list |
A list of named parameters |
1 2 | parameters <- list(label = "months", april = 4, may = 5, june = 6)
"%(label)s: %(april)d %(may)d %(june)d" %format% parameters
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.