utf8tex: Converting a variable from UTF-8 to LaTeX

Description Usage Arguments Value Author(s) Examples

Description

utf8tex converts a vector, matrix or dataframe from UTF-8 to LaTeX

Usage

1
utf8tex(utf8var)

Arguments

utf8var

UTF-8 variable

Value

LaTeX variable

Author(s)

Jose' Gama

Examples

1
2
3
4
5
6
7
## Not run: 
fileIn<-system.file('extdata/TextHiragana.txt', package='utf8latex')
# read a UTF-8 string from a file
x <- scan(file=fileIn,'character', fileEncoding='UTF-8')
utf8tex(x)

## End(Not run)

utf8latex documentation built on May 2, 2019, 6:16 p.m.

Related to utf8tex in utf8latex...