print.farsi: A print method for objects of cleas persian

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/farsi.R

Description

Provides a print method for objects of class farsi.

Usage

1
2
## S3 method for class 'farsi'
print(x, ...)

Arguments

x

An object of class farsi

...

Additional arguments to be passed to the print generic function.

Details

Coerces the object to character and prints it.

Value

The original object, invisibly.

Author(s)

Sadegh Rasoulinejad MSc Student of Biostatistics Mashhad University of Medical Sciences (MUMS)

References

See original note by Sadegh Rasoulinejad at

See Also

as.character.farsi.

Examples

1
print(farsi(1:10))

Example output

 [1] <U+FBFE><U+FB90>         <U+062F><U+0648>         <U+FEB3><U+FEEA>        
 [4] <U+FB7C><U+FEEC><U+FE8E><U+0631> <U+FB58><U+FEE7><U+FE9D> <U+FEB7><U+FEB5>        
 [7] <U+FEEB><U+FED3><U+FE95> <U+FEEB><U+FEB7><U+FE95> <U+FEE7><U+FEEA>        
[10] <U+062F><U+FEE9>        

farsi documentation built on May 30, 2017, 7:09 a.m.