ignore.lots.of.stuff: ignore.lots.of.stuff

Description Usage Arguments Details Value Author(s) See Also

View source: R/test.R

Description

Transformer for ignoring id, class, type and some whitespace

Usage

1

Arguments

lines

Character vector of lines from the SVG file.

Details

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.

Value

Character vector. Same lines, with id and class tags transformed.

Author(s)

Brad Friedman

See Also

check.same.svgs


AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.