nchars_wrap {migest} | R Documentation |
Count the number of characters per line
Description
Count the number of characters per line
Usage
nchars_wrap(b, w)
Arguments
b |
Numeric vector for the position of line breaks between the words in |
w |
Character string vector of words |
Value
List with vectors for number of characters per line and the number of words per line
[Package migest version 2.0.4 Index]