capitalize_first_char: Convert the first character to upper case.

View source: R/capitalize_first_char.R

capitalize_first_charR Documentation

Convert the first character to upper case.

Description

Convert the first character to upper case. If the first character is upper case, nothing will happen.

Usage

capitalize_first_char(s)

Arguments

s

a string

Value

the string, with the first letter in uppercase

Author(s)

Richèl J.C. Bilderbeek

Examples

capitalize_first_char("hello")

tzina97/netMHCpanW documentation built on April 26, 2022, 1:18 a.m.