You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will create a new single-column dataset with the name <name> and column name "Y".
Create multi-column dataset
[Create, Make, New, Start] (a new) dataset [Called, Named, Titled] <name> with [1-5] column(s) [Called, Named] <Column 1 AND ...>
Will create a new (multi-column) dataset with the name <name>. The dataset will contain the specified number of columns with the name(s) <Column 1>, <Column 2> ... <Column N>.
[Insert, Add, Enter] (column name) <data1> AND (column name) <data2> AND ... (column name) <dataN> (INTO <dataset name>)
Will insert <data1>, <data2> ... <dataN> into the dataset. If the column names are specified, then will insert data into the columns according to the column name. Otherwise the data is inserted from left to right in the column order in the dataset. If on the main screen and the dataset name is given, data will be inserted into the dataset specified.