reset_table: Delete all rows in an arbitrary SQLite3 DB table.

View source: R/db.R

reset_tableR Documentation

Delete all rows in an arbitrary SQLite3 DB table.

Description

Delete all rows in an arbitrary SQLite3 DB table.

Usage

reset_table(db, table_name)

Arguments

db

SQLite3 database file path.

table_name

Table name.

Value

Number of rows deleted.


armbrustlab/popcycle documentation built on April 1, 2024, 2:41 p.m.