R/sb_db_truncate.R
sb_db_truncate.Rd
Truncate a table
sb_db_truncate(table = NULL, schema = get_schema())
The table name
The schema name
Invisible NULL
if (FALSE) { # \dontrun{ # Remove all rows from a table (use with caution!) sb_db_truncate("temp_data") } # }