Split documentation.
Recently I wanted to write a script that would take a data table and apply the Split table function to it. When I looked up the Split function in JMP's help utility it had this descriptiondt << Split(Split(columns), Group(gcol), Col ID(idcol), Remaining Columns(choice), Output Table Name("name"))Creates a new table (name) by breaking one or more columns from dt into several.As it turns out this is...
