maxnch: Length of Longest String

View source: R/maxnch.R

maxnchR Documentation

Length of Longest String

Description

Gets the number of characters in the longest string in ....

Usage

maxnch(...)

maxlen(...)

Arguments

...

An arbitrary number of objects of mode character.

Value

An integer scalar.

See Also

Other strings: blank(), chn(), delim(), fsub(), gr, ipat(), makestr(), markdown_help(), ox(), ox_vals(), pgrid_help(), revstr(), spaces(), ss_help(), tocase(), weave()

Other counts: N()

Other chars: chn(), revstr(), spaces(), ss_help()

Examples

max_nch(letters)
maxlen("a", "collection", "of", "words")

j-martineau/uj documentation built on Sept. 14, 2024, 4:40 a.m.