R/db_check_misc.R
check_fields_notnulls.Rd
Check if not null fields present
check_fields_notnulls(con, tbl, fields)
connexion object returned by DBI::dbConnect()
a character name of the table
a vector of column names in the specified table
if (FALSE) { # \dontrun{ check_fields_notnulls(con, "species", fields = c("species_id")) } # }