Skip to contents

Get the last row ID of a table

Usage

get_last_row(con, table)

Arguments

con

DBI connection object to the database

table

Name of the table (character)

Examples

if (FALSE) {
get_last_row(con = r$db, table = "plugins")
}