iconvDF: Converts character columns in a 'data.frame' between...

Description Usage Arguments Value Author(s) See Also

Description

Converts character columns in a data.frame between Encodings

Does the same as iconv but on a data.frame instead of a vector

Usage

1
iconvDF(data, from = "ISO8859-1", to = "UTF-8", ...)

Arguments

data

data.frame to convert

from

A character string describing the current encoding, default is "ISO8859-1"

to

A character string describing the target encoding

...

Other things to pass to iconv

Value

data.frame

Author(s)

Einar

See Also

iconv


einarhjorleifsson/fishvise documentation built on May 16, 2019, 1:26 a.m.