Skip to content

ndi.database.app.dataset_viewer.utility.listLocalDatasets

  listLocalDatasets Load table (inventory) of local datasets.

    Syntax:
    datasets = listLocalDatasets() returns a table containing details about
    local datasets. The function reads information from a session table file
    and extracts dataset names based on the last folder name in the dataset
    path.

    Output:
    datasets - A table with columns representing dataset details such as
               the dataset path and name.

    Example:
    datasets = ndi.database.dataset_viewer.utility.listLocalDatasets();
    disp(datasets);