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")

richelbilderbeek/netmhc2pan documentation built on July 12, 2024, 6:37 a.m.