analysis.page.of.current.app {AnalysisPageServer}R Documentation

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

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.14.0 Index]