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) { # \dontrun{
dataset_ls("PBMC")
} # }