Learn R Programming

AnalysisPageServer (version 1.6.2)

pages: pages

Description

Get names of all pages in registry

Usage

pages(registry, include.services = FALSE)
"pages"(registry, include.services = FALSE)

Arguments

registry
AnalysisPageRegistry object
include.services
Logical. Should I include services in my list of all pages? Default: FALSE, do not include services.

Value

Character vector of names of pages in registry

Details

Get names of all pages in registry

See Also

new.registry, register.page, has.page, get.page

Examples

Run this code
empty.pages <- pages(new.registry())   # should be empty character vector
example(register.page, ask=FALSE)      # see register.page example---registers the sine handler
pages(registry)                        # should now be the character vector "sine"

Run the code above in your browser using DataLab