new.registry {AnalysisPageServer}R Documentation

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.

Author(s)

Brad Friedman

See Also

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

Examples

r <- new.registry()

[Package AnalysisPageServer version 1.14.0 Index]