normalizzacaratteri: normalizzacaratteri

Description Usage Arguments Value Author(s) Examples

View source: R/normalizzacaratteri.R

Description

normalizzacaratteri replaces escape and punctation codes in testo with a blank

Usage

1
normalizzacaratteri(testo, fixed = TRUE)

Arguments

testo

a set of texts to be stripped of escape and punctation codes

fixed

logical. If TRUE, pattern is a string to be matched as is. Overrides all conflicting arguments.

Value

a set of processed texts

Author(s)

Livio Finos

Examples

1
2
3
4
 testo<-c("\t","\r") 
 normalizzacaratteri(testo)
 
 

livioivil/TextWiller documentation built on Nov. 30, 2020, 3:17 a.m.