chmCreateCollection: Create a new collection

chmCreateCollectionR Documentation

Create a new collection

Description

The path is a sequence of components separated by slashes (/). If the path begins with a double slash (//) the following component is interpreted as a server name. If the server name is omitted (i.e. empty) the default server will be used. If the path does not begin with a double slash, the current server will be used.

Usage

chmCreateCollection(path, recursive = FALSE)

Arguments

path

A path specifying a collection to be created

recursive

If TRUE, create intermediate collections as required

Details

If the path begins with a slash, the components (following the server, if specified) are interpreted relative to the root collection of the server concerned. Otherwise, they are interpreted relative to the current collection.

The interpretation of each path component is server specific.

See Also

chmCurrentCollection()


bmbroom/NGCHMR documentation built on April 18, 2022, 6:52 p.m.