popTags.HtmlPrintStream: Pops zero or more tags from the tag stack

Description Usage Arguments Value Author(s) See Also

Description

Pops count number of tags from the tag stack. If count is larger than the size of the stack, all the tags in the stack will be popped and no error will be thrown.

Usage

1
2
## S3 method for class 'HtmlPrintStream'
popTags(this, count=Inf, ...)

Arguments

count

The number of tags to the poped from the tag stack. Default value is Inf.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*popTags(), *pushTag() and *printTag().


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.