Rdocumentation
powered by
Learn R Programming
RSVGTipsDevice (version 0.7-4.2)
encodeSVGSpecialChars: Encode SVG special chars (ampersand, etc)
Description
Encode SVG special chars (ampersand, etc) as the appropriate XML encoding.
Usage
encodeSVGSpecialChars(x, sub.special = TRUE, xent = FALSE)
Arguments
x
A vector of character data to be encode.
sub.special
If
FALSE
, do not encode.
xent
If
FALSE
, encode as XML encoding, if
TRUE
, encode as XML entity
Value
The vector
x
with encodings as appropriate.
Details
The following substitutions are made:
rll
{ Character XML encoding XML entity
&
& &
'
'
"
" "
<
< <
>
> > }