addnums | R Documentation |
Adds things together strings or simple addition
addnums(x, num, type = "string", delim = "")
x |
is the first string or number |
num |
is the number to add (should be numeric) |
type |
should be string or numeric, determines output |
delim |
if type is string, this separates the x and num |
a string or numeric value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.