text_nchar: 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_nchar(x, type = "chars", allowNA = FALSE, keepNA = TRUE)

Arguments

x

see nchar

type

see nchar

allowNA

see nchar

keepNA

see nchar


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

Related to text_nchar in stringb...