| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Command --+
|
clean
Command: clean <dataset_id>
Clean a dataset.
Can clean multiple datasets at once.
Arguments:
<dataset_id> Specify the dataset to clean.
Returns:
Returns the result of the mysql query (success or failure).
Warning that if the dataset is wrong it will likely
print success because there was no mysql error.
Examples:
Clean single dataset (dataset 1234)
clean 1234
Clean multiple datasets using commas
(datasets 1234, 1243)
clean 1234,1243
Clean multile datasets using ranges
(datasets 1234 - 1235)
clean 1234-1235
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
shortdoc = hash(x) |
|||
numArgs = 1
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 4 16:45:08 2013 | http://epydoc.sourceforge.net |