ridl_dataset_resource_delete.RIDLDataset | R Documentation |
Delete resource from a dataset
## S3 method for class 'RIDLDataset'
ridl_dataset_resource_delete(dataset, n)
## S3 method for class 'RIDLDataset'
rd_resource_delete(dataset, n)
ridl_dataset_resource_delete(dataset, n)
## Default S3 method:
ridl_dataset_resource_delete(dataset, n)
rd_resource_delete(dataset, n)
## Default S3 method:
rd_resource_delete(dataset, n)
dataset |
RIDLDataset the dataset from which we one to remove the resource |
n |
integer, the index of the resource to be removed |
Dataset the dataset without the resource
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.