Description
Adds a new database.
Usage
addDatabase(label, databaseId = cuid())
Arguments
Argument | Description |
---|---|
label |
The new database label |
databaseId |
The new database identifier; a cuid will be generated if missing |
Details
Note that only billing account owners are permitted to add new databases.
Examples
newDb <- addDatabase("Programme information system")