dfr ls for dataframe

Lists stored dataframes.

WARNING

Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe flag

Signature

> dfr ls {flags}

Input/output types:

inputoutput
anyany

Examples

Creates a new dataframe and shows it in the dataframe list

> let test = ([[a b];[1 2] [3 4]] | dfr into-df);
    ls