Description Usage Arguments Details Value Author(s) See Also
Transformer for ignoring id, class, type and some whitespace
1 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.