text_length: wrapper around nchar to return text length

Description Usage Arguments

View source: R/text_length.R

Description

wrapper around nchar to return text length

Usage

1
text_length(x, type = "chars", allowNA = FALSE, keepNA = TRUE, na.rm = FALSE)

Arguments

x

see nchar

type

see nchar

allowNA

see nchar

keepNA

see nchar

na.rm

see nchar


stringb documentation built on Jan. 26, 2021, 1:07 a.m.

Related to text_length in stringb...