deleteDataset | R Documentation |
This function lets you delete a dataset without first loading it, which is faster.
deleteDataset(x, ...)
x |
The name (character) of a dataset, a path to a dataset, or a
|
... |
additional parameters passed to |
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.
(Invisibly) the API response from deleting the dataset
delete()
; cd()
for details of parsing and walking dataset
folder/project paths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.