Learn R Programming

AnalysisPageServer (version 1.6.2)

new.registry: new.registry

Description

Make a new (empty) registry.

Usage

new.registry(...)

Arguments

...
AnalysisPages with which to initially populate the registry

Value

A new registry, which is just an empty list with class AnalysisPageRegistry.

See Also

register.page, has.page, get.page, pages

Examples

Run this code
r <- new.registry()

Run the code above in your browser using DataLab