Skip to content
Prev 52044 / 63424 Next

Small mistake in ?raw

In ?raw (src/library/base/man/raw.Rd), the final line of Examples seems 
to be off:
The character "\x9c" is a control character in Latin-1. Maybe the 
example should use "\xa3" instead:

 > iconv("\x9c25.63", from = "latin1")
[1] "\u009c25.63"
 > iconv("\xa325.63", from = "latin1")
[1] "?25.63"