Description Usage Arguments Examples
This function allows Python-style formatting of strings,
whereby text of the form {0}, {1}, ..., {n}
is
substituted according to the matching argument passed to
...
. 0
corresponds to the first argument,
1
corresponds to the second, and so on.
1 |
x |
A string with arguments to be replaced in the
form of |
... |
Arguments to be substituted into |
collapse |
If vectors of length greater than 1 are
passed to |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.