View source: R/TransferableModels.R
DeleteTransferableModel | R Documentation |
Delete this imported model.
DeleteTransferableModel(importId)
importId |
character. Id of the import. |
Other Transferable Model functions:
DownloadTransferableModel()
,
GetTransferableModel()
,
ListTransferableModels()
,
RequestTransferableModel()
,
UpdateTransferableModel()
,
UploadTransferableModel()
## Not run:
id <- UploadTransferableModel("model.drmodel")
DeleteTransferableModel(id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.