Description Usage Arguments Value Note Author(s) References See Also Examples
For an existing spec
object, as.define
creates a define
object.
For a define
object, methods cascade: as.pdf
calls as.document
which calls tabular
. Any of these may be called directly.
1 2 |
x |
a spec object |
sep |
separates codes from respective decodes where given |
collapse |
separates code/decode pairs where given |
escape |
values to escape for proper latex formatting |
... |
extra arguments, ignored |
object of class 'define'
A newline character in collapse
may be combined with fixed width column(s)
in as.document
to good effect (wrapping of long code/decode lists).
Tim Bergsma
http://metrumrg.googlecode.com
specification
,
as.spec
tabular.define
as.document.define
as.pdf.define
1 | example(`%matches%`)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.