data — clear()
Description
The clear() method of the data object removes all datasets stored in the notebook.
Signature
data.clear()- Scope
data- Family
core- Returns
mutates
Example
// delete all datasets
data.clear();data — clear()The clear() method of the data object removes all datasets stored in the notebook.
data.clear()datacoremutates// delete all datasets
data.clear();