Skip to main content

Function: getDatasetContent()

function getDatasetContent(options: object): Promise<DatasetRow[]>;
Defined in: src/utils/datasets.ts Gets dataset content for a dataset identified by ID or name.

Parameters

options

The options used to locate the dataset.

datasetId?

string (Optional) The ID of the dataset.

datasetName?

string (Optional) The name of the dataset.

Returns

Promise<DatasetRow[]> A promise that resolves to the rows of the dataset.