.bsdup {Rdpack} | R Documentation |
Escape backslashes and percent in Rd code.
.bspercent(x) .anypercent(x)
x |
a character string |
.bsdup(x)
duplicates backslashes.
.bspercent(x)
escapes percent signs.
.anypercent(x)
also escapes percent signs but but only if the
Rd_tag
attribute of x
is not COMMENT.
Georgi N. Boshnakov
##---- Should be DIRECTLY executable !! ----