simpleencode: Title Change character encoding to UTF-8 with optional case...

View source: R/simpleencode.R

simpleencodeR Documentation

Title Change character encoding to UTF-8 with optional case management

Description

Title Change character encoding to UTF-8 with optional case management

Usage

simpleencode(x, case = "none")

Arguments

x

Character object or vector to encode.

case

Optional; Default is none (no formatting). Other options are upper, lower or title.

Value

returns the input encoded to UTF-8

Examples

x <- "troublesome character string"
x <- simpleencode(x)


DHatziioanou/simpleepi documentation built on Sept. 24, 2024, 5:25 a.m.