Skip to contents

Delete selected rows in the dataset. The rows to be deleted can be specified directly in the Access registration database using minus symbol -

Usage

do_delete_row(dt = NULL, spec = NULL, con = NULL)

Arguments

dt

Input data preferrably in a data.table format but is not mandatory

spec

Specifications data as a data.frame

con

Connection to database

See also

Other delete-row functions: get_delete_row_spec()