Learn R Programming

codecountR (version 0.0.4.8)

codeCount: codeCount

Description

codeCount

Usage

codeCount(dataSet, code)

Value

a number

Arguments

dataSet

a character

code

a character

Examples

Run this code
data = "this is an example @essai@"
codeCount(data, "@essai@") #number of lines containing the chain

Run the code above in your browser using DataLab