Lists the contents of a DNAnexus directory.
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")
} # }