encode: Vector encoding (from Latin-1 to UTF-8)

View source: R/utils_vec.R

encodeR Documentation

Vector encoding (from Latin-1 to UTF-8)

Description

Vector encoding (from Latin-1 to UTF-8)

Usage

encode(.vec, from = "latin1", to = "UTF-8")

Arguments

.vec

A character vector (Latin-1 as default)

from

The string encoding from. Default is "latin1"

to

The string encoding to. Default is " "UTF-8"

Value

The same vector but UTF-8


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.