analysis.page.of.current.app {AnalysisPageServer} | R Documentation |
If the current app (as returned by (current.app
)
has a page of the given name then it is returned. If
the current app can't be found, or if it does not have such a
page, then NULL is returned.
analysis.page.of.current.app(page)
page |
String, name of desired page. |
AnalysisPage, or NULl
Brad Friedman