explicit.spork | R Documentation |
Makes spork explicit. For every section as indicated by line breaks, it supplies dots to close open scripts. Explicit spork can be concatenated more easily. One generally wants to avoid breaking lines within active sub- and super scripts.
## S3 method for class 'spork'
explicit(x, ...)
x |
character |
... |
passed arguments |
spork
Other explicit:
explicit()
s <- c(
'Work_out\\nx^y\\n',
'\\nkg/m^2/S^2'
)
explicit(as_spork(s))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.