Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / GetValues

Type Alias: GetValues()

GetValues = (datasetName, variableName) => Promise<unknown[]>

Defined in: src/types.ts:12

The function of getting the values of a variable from the dataset.

Parameters

datasetName

string

The name of the dataset.

variableName

string

The name of the variable.

Returns

Promise<unknown[]>

The values of the variable.

Released under the MIT License.