powered by
This function capitalizes a character vector.
capitalize_character(x = NA)
A character vector.
Returns a character vector (if valid) or NA (if not valid).
Other capl functions called by this function include: validate_character().
capl
validate_character()
# NOT RUN { capitalize_character(c("beginning", "progressing", "achieving", "excelling")) # [1] "Beginning" "Progressing" "Achieving" "Excelling" # }
Run the code above in your browser using DataLab