deleteDataset {crunch} | R Documentation |
Delete a dataset from the dataset list
Description
This function lets you delete a dataset without first loading it, which is faster.
Usage
deleteDataset(x, ...)
Arguments
x |
The name (character) of a dataset, a path to a dataset, or a
|
... |
additional parameters passed to |
Details
The function also works on CrunchDataset
objects, just like
delete()
, which may be useful if you have loaded another
package that masks the crunch::delete()
method.
Value
(Invisibly) the API response from deleting the dataset
See Also
delete()
; cd()
for details of parsing and walking dataset
folder/project paths.
[Package crunch version 1.30.4 Index]