This function prints a list of contexts i.e. a contexts object listing
ctx_node objects.
Usage
# S3 method for class 'contexts'
print(x, reverse = TRUE, ...)Arguments
- x
the
contextsobject to print- reverse
specifies whether the contexts should be reported in temporal order (
FALSE, default value) or in reverse temporal order (TRUE). If the parameter is not specified, the contexts are displayed in order specified by the call tocontexts()used to build the context list.- ...
additional arguments for the print function.