rows_truncate()
removes all rows.
This operation corresponds to TRUNCATE
in SQL.
...
is ignored.
rows_truncate(x, ..., in_place = FALSE) sql_rows_truncate(x, ...)
x | A data frame or data frame extension (e.g. a tibble). |
---|---|
... | Other parameters passed onto methods. |
in_place | Should When |