notebookutils.warehouse.help {notebookutils} | R Documentation |
The warehouse module.
Description
notebookutils.warehouse.create(name: String, description: String, workspaceId: String): warehouse -> Create a warehouse notebookutils.warehouse.get(name: String, workspaceId: String): warehouse -> Get a warehouse notebookutils.warehouse.delete(name: String, workspaceId: String): void -> Delete a warehouse notebookutils.warehouse.update(name: String, newName: String, description: String, workspaceId: String): warehouse -> Update a warehouse
Usage
notebookutils.warehouse.help(methodName = "")
Arguments
methodName |
method name to get more information |
[Package notebookutils version 1.5.3 Index]