Learn R Programming

datapasta (version 3.1.0)

nquote_str: Count the number of quotes in a string

Description

Count the number of quotes in a string

Usage

nquote_str(char_vec)

Arguments

char_vec

the string to count quotes in

Value

a number, possibly 0.