Column adder
Last updated
Last updated
[data/table/Column adder]
Adds a column with the specified column name
and column data
to a table
. On conflict, the affected column will be overwritten.
Keywords: table, add, column
table: {string: any}[]
Receives the table to add the column to.
column name: string
Receives the name of the new column.
column data: any[]
Receives the column data.
table:
Sends the resulting table.