table()
table(col [, ...cols])
removes all columns except the ones specified.
Returns
A table with the same number of rows, but with only the columns named in cols
. If a row does not have a value for a column named in cols
, its value for that column is null
instead.
Examples
Last updated
Was this helpful?