Learn R Programming

crunch (version 1.14.4)

deleteDataset: Delete a dataset from the dataset list

Description

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.

Usage

deleteDataset(x, ...)

Arguments

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

Value

(Invisibly) the API response from deleting the dataset

Details

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.

See Also

delete