format.pairrel {verbalisr}R Documentation

Format relationship description

Description

This is the main formatting function called by print.pairrel().

Usage

## S3 method for class 'pairrel'
format(x, cap = TRUE, includePaths = TRUE, ...)

Arguments

x

An output of verbalise().

cap

A logical indicating if the first letter of each path description should be capitalised. By default TRUE.

includePaths

A logical indicating if the complete paths should be included in the output. By default TRUE.

...

Not used.


[Package verbalisr version 0.5.2 Index]