list-to-datatable
Converts a list into a single-column datatable.
Arguments
Inputs:
list
: The list to be converted to a datatable.
column
: The name of the column in which the list elements will be added. Defaults to "value".
Output:
data
: A datatable containing the list elements as a single column.
Last updated