DataSets[Builtin][Reference]
convert
convert built-in reference to another data type
Calling Sequence
Parameters
Description
Examples
Compatibility
convert(ref, conversion, extra)
ref
-
built-in data reference object
conversion
name; convert to this type
extra
(optional) extra arguments for the conversion
The convert command can convert to an Array, Matrix, listlist, Vector, or list.
The conversions to Array, Matrix, and Vector accept any number of extra arguments which are passed to the appropriate data structure constructor. You can use this to, for example, set the order of the new data structure by passing a order = o option.
Data sets are typically large enough that converting the whole data set will require a substantial amount of time to download all the metadata. Converting smaller subsets will take less time.
The data in this data set as a Matrix:
The data as a list of lists:
The DataSets[Builtin][Reference][convert] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
Download Help Document