explicit.spork {spork} | R Documentation |
Make Spork Explicit
Description
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.
Usage
## S3 method for class 'spork'
explicit(x, ...)
Arguments
x |
character |
... |
passed arguments |
Value
spork
See Also
Other explicit:
explicit()
Examples
s <- c(
'Work_out\\nx^y\\n',
'\\nkg/m^2/S^2'
)
explicit(as_spork(s))
[Package spork version 0.3.5 Index]