Learn R Programming

stringb (version 0.1.17)

text_length: wrapper around nchar to return text length

Description

wrapper around nchar to return text length

Usage

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