ucfirst {Zelig}R Documentation

Uppercase First Letter of a String

Description

This method sets the first character of a string to its uppercase, sets all other characters to lowercase.

Usage

  ucfirst(str)

Arguments

str

a vector of charaqcter-strings

Value

a vector of character strings

Author(s)

Matt Owen mowen@iq.harvard.edu


[Package Zelig version 4.2-1 Index]