ignore.lots.of.stuff {AnalysisPageServer} | R Documentation |
Transformer for ignoring id, class, type and some whitespace
ignore.lots.of.stuff(lines)
lines |
Character vector of lines from the SVG file. |
This transformer strips all id, class and type tags, with one preceding space, from the SVG lines.
It also ignores what it thinks is space between tags, namely >\s+<
This is meant primary as an argument for transformer
in check.same.svgs
.
Not exported—you should fully qualify it with AnalysisPageServer:::ignore.lots.of.stuff
if you
want to use it.
All the lines will be concatenated, too, into a single character string.
Character vector. Same lines, with id and class tags transformed.
Brad Friedman