list of data.frame.Assert that at least one name is among table names of a list of data.frame.
assert_one_tablenames(db, tab, null_ok = TRUE, qualifier = NULL)invisible TRUE or an error message if the criteria are not fulfilled.
(list of data.frame) input to check for the presence or tables.
(character) the names of the tables to be checked.
(flag) can x be NULL.
(string) to be returned if the check fails.