bracket: Create an XML Tag

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Create an open or close XML tag of the form <x> or </x>.

Usage

1

Arguments

x

an element name

close

whether the tag is a close tag; FALSE by default

...

name-value pairs of attributes for an open tag

Details

close can be a vector. An attempt will be made to supress attributes for ‘close’ tags.

Value

character

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also

Examples

1
bracket(rep('name',2),close=FALSE:TRUE,row=1,col=2)

anniejw6/metrumrg documentation built on May 10, 2019, 11:50 a.m.