catf | R Documentation |
Shortcut with sprintf
catf(...)
printf(...)
... |
arguments passed to sprintf before calling the actual function |
These functions are wrappers around function( sprintf( ... ) )
catf("pi=%.5f", pi)
printf("pi=%.5f", pi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.