View source: R/ridlobject.R View source: R/ridlobject.R
ridl_dataset_delete.RIDLDataset | R Documentation |
Delete a dataset
## S3 method for class 'RIDLDataset'
ridl_dataset_delete(dataset, configuration = NULL)
## S3 method for class 'RIDLDataset'
rd_delete(dataset, configuration = NULL)
ridl_dataset_delete(dataset, configuration)
rd_delete(dataset, configuration)
ridl_dataset_delete(dataset, configuration)
## Default S3 method:
ridl_dataset_delete(dataset, configuration)
rd_delete(dataset, configuration)
## Default S3 method:
rd_delete(dataset, configuration)
dataset |
a RIDLDataset, the dataset to delete |
configuration |
a RIDLConfig, the configuration |
a RIDLResource
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.