powered by
data.table
This function ensures that an object is a data table. If the object is not a data table, it is converted to one. If the object is a data table, a copy of the object is returned.
data table
ensure_data.table(data)
A data.table/a copy of an existing data.table.
An object to ensure is a data table.