.dataset()
.dataset(id: string): Dataset
This method returns a Dataset
instance, which provides methods which can be used to read information about and manipulate the data in a specific data set.
.datasets()
API method. The data set ID can also be found in the Data set inspector of the Data tab for the data set.The returned object is an instance of the Dataset
class which provides the following methods:
.dataset().data()
.dataset().insert()
.dataset().row()
.dataset().row().data()
.dataset().row().delete()
.dataset().row().update()
dataset().schema()
dataset().script_tag()
<script>
tag for a specific dataset to be displayed as a table. Insert this script tag where you want the table to appear in your HTML.