Learn R Programming

junco (version 0.1.2)

check_wrap_nobreak: Check Word Wrapping

Description

Check a set of column widths for word-breaking wrap behavior.

Usage

check_wrap_nobreak(tt, colwidths, fontspec)

Value

TRUE if the wrap is able to be done without breaking words, FALSE if wordbreaking is required to apply colwidths.

Arguments

tt

(TableTree)
TableTree object

colwidths

(numeric)
Column widths (in numbers of spaces under fontspec)

fontspec

(font_spec)
Font specification object