Templates are used to format the markdown/html output of partitions.

get_template(.Object, ...)

# S4 method for character
get_template(.Object, warn = FALSE)

# S4 method for corpus
get_template(.Object, warn = FALSE)

# S4 method for partition
get_template(.Object, warn = FALSE)

# S4 method for subcorpus
get_template(.Object, warn = FALSE)

Arguments

.Object

A corpus, subcorpus or partition object, or a length-one character vector with a corpus ID.

...

Further arguments to be defined.

warn

A logical value, whether to issue a warning if template is not available. Defaults to FALSE.