Learn R Programming

AnalysisPageServer (version 1.6.2)

analysis.page.of.current.app: Retrieve an Analysis page from the current app

Description

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.

Usage

analysis.page.of.current.app(page)

Arguments

page
String, name of desired page.

Value

AnalysisPage, or NULl