Learn R Programming

snakecase (version 0.11.1)

relevant: Internal helper for "lower_upper", "upper_lower". This helper returns a logical vector with TRUE for the first and every second string of those which contain an alphabetic character

Description

Internal helper for "lower_upper", "upper_lower". This helper returns a logical vector with TRUE for the first and every second string of those which contain an alphabetic character

Usage

relevant(string)

Value

A logical vector.

Arguments

string

A string (for example names of a data frame).

Author

Malte Grosser, malte.grosser@gmail.com