This function lets you delete a dataset without first loading it. If you have a dataset that somehow is corrupted and won't load, you can delete it this way.
deleteDataset(x, ...)
The name (character) of a dataset, its (numeric) position in the
return of listDatasets()
, or an object of class
CrunchDataset
. x can only be of length 1--this function is not
vectorized (for your protection).
additional parameters passed to delete
(Invisibly) the API response from deleting the dataset
The function also works on CrunchDataset objects, just like
delete()
, which may be useful if you have loaded another
package that masks the delete()
method.