viewIDoc: ~~function to do ... ~~

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

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

1
viewIDoc(doc = system.file("examples", "isim.xml", package = "IDynDocs"), xsl = system.file("XSL", "ihtml.xsl", package = "IDynDocs"), title = NA, env = new.env(), parserHandlers = createIDocHandlers(..., .env = env, .basicHandlers = .DefaultIHandlers[if (.useXML) -(1) else integer()]), .useXML = TRUE, ...)

Arguments

doc

~~Describe doc here~~

xsl

~~Describe xsl here~~

title

~~Describe title here~~

env

~~Describe env here~~

parserHandlers

~~Describe parserHandlers here~~

.useXML

~~Describe .useXML here~~

...

~~Describe ... here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1

Description of 'comp1'

comp2

Description of 'comp2'

...

Note

~~further notes~~

~Make other sections like Warning with Warning .... ~

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~

Examples

1
2
3
 viewIDoc("inst/examples/isim.xml")
 if(is.loaded("gdk_flush"))
    .C("gdk_flush")

omegahat/IDynDocs documentation built on May 24, 2019, 1:51 p.m.