swap_case: This function converts all lowercase letters to uppercase...

Description Usage Arguments Value Author(s) Examples

View source: R/swap-case.R

Description

Given a string, convert all lowercase letters to uppercase letters and vice versa.

Usage

1
swap_case(string)

Arguments

string

A text or paragraph

Value

A string with swapped cases

Author(s)

Som Bohora

Examples

1
2
s <- "thTs Is a 'R Case Swap Function 2'."
swap_case(s)

sbohora/Somya documentation built on May 14, 2019, 7:35 a.m.