Learn R Programming

healthyAddress (version 0.4.5)

toupper_basic: Uppercase

Description

Uppercase

Usage

toupper_basic(x)

Value

The same as toupper(x) for ASCII entries. For implementation reasons, strings wider than 32767 characters (bytes) will be ignored.

Arguments

x

A character vector