Learn R Programming

stringstatic (version 0.1.2)

str_length: Compute the length of a string

Description

Dependency-free drop-in alternative for stringr::str_length().

Usage

str_length(string)

Value

A numeric vector the same length as string.

Arguments

string

Input vector. Either a character vector, or something coercible to one.