command | R Documentation |
Format a latex command. x
is formated as a latex command, with the options (possibly named) inserted in square brackets, and the arguments each enclosed in curly braces. depth
spaces are added to the left end of the string.
command(x, options = NULL, args = NULL, depth = 0)
x |
length one character |
options |
vector or list |
args |
vector or list |
depth |
integer |
character
wrap
as.ltable.data.frame
command('caption',options='short',args='long')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.