Learn R Programming

skimr (version 1.0)

max_char: Calculate the maximum number of characters within a character vector

Description

Calculate the maximum number of characters within a character vector

Usage

max_char(x)

Arguments

x

A vector

Value

The min of calling nchar(x).