echo | R Documentation |
This function is a wrapper of cat
function, but it is more flexible
because it allows to use sprintf
format.
echo(format, ..., end = "\n", file = "", append = TRUE)
format |
( |
... |
( |
end |
( |
file |
( |
append |
( |
## Not run:
echo("Hello %s!", "World")
echo("%d + %d = %d", 1, 1, 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.