Skip to contents

List datasets in a project

Usage

dataset_ls(project)

Arguments

project

path to the project directory

Value

names of the existing datasets in the project

Examples

if (FALSE) {
dataset_ls("PBMC")
}