Description Usage Arguments Details Value Methods See Also Examples
Printing objects to plain text format.
1 2 3 4 5 6 7 8 |
object |
R\ object, see Details and Methods |
file |
character or a connection to write the documentation to, passed
to |
append |
logical, only used if |
title |
character, header for the codebook |
... |
other arguments to/from other methods |
This generic function creates a plain text representation of the documentation objects.
Nothing, but the text is printed to a file or console.
The method prints the data documentation object. First the data level information from the object and then proceeds through the list of the variable objects and prints them subsequently.
Writes the technical summary of a variable. It starts with a header and then prints the rest in tabular form.
When called on a list the method is applied to all the components of the list.
Class description cdbkTech
1 | # TODO add examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.