Skip to contents

Lists the contents of a DNAnexus directory.

Usage

dx_ls(directory = NULL)

Arguments

directory

Character string specifying the directory path to list. If NULL (default), lists current directory.

Value

Character vector with directory contents

Examples

if (FALSE) { # \dontrun{
# List current directory
# dx_ls()
#
# List specific directory
# dx_ls("/data")
} # }