Check if not null fields present

check_fields_notnulls(con, tbl, fields)

Arguments

con

connexion object returned by DBI::dbConnect()

tbl

a character name of the table

fields

a vector of column names in the specified table

Examples

if (FALSE) { # \dontrun{
 check_fields_notnulls(con, "species", fields = c("species_id"))
} # }