groupPosWordsByLang: Determining the fontenc and language

Description Usage Arguments Value Author(s) Examples

View source: R/utf8latex.R

Description

groupPosWordsByLang returns the fontenc and language

Usage

1
groupPosWordsByLang(gLangString=NA, wTags=FALSE, vTags=NA, vEndTags=NA)

Arguments

gLangString

UTF-8 string

wTags

logic, use default tags

vTags

vector of custom tags - start tag or standalone tag

vEndTags

vector of custom tags - end tag

Value

character

Author(s)

Jose' Gama

Examples

1
2
3
4
5
6
7
8
## Not run: 
fileIn<-system.file('extdata/TextCyrillic.txt', package='utf8latex')
inputString <- scan(file=fileIn,'character', fileEncoding='UTF-8')
z<-mapLangID(langString=inputString)
z1<-groupWordsByLang(z)
groupPosWordsByLang(z1,TRUE)

## End(Not run)

utf8latex documentation built on May 30, 2017, 4:30 a.m.