Learn R Programming

QuantumClone (version 1.0.0.6)

strcount: String count

Description

Counting the number of characters for each element of a vector

Usage

strcount(x, pattern = "", split = "")

Arguments

x

The vector from which elements should be counted

pattern

Pattern to be recognized. Default is ''

split

Pattern used to split elements of the vector. Default is ''