findText {SVG} R Documentation

find svg element by its text data

Description

Usage

findText(svg, text,
    ignore.case = FALSE);

Arguments

svg

[as SvgDocument]

text

[as string]

Details

Authors

graphics

Value

this function will returns nothing if the given text element is not found inside the given svg document.

clr value class

Examples


[Package SVG version 1.0.0.0 Index]