Note that you must either be running this from the CalCOFI server or have a
tunnelled SSH connection
with a user account on the server and the password in a file located at
"~/.calcofi_db_pass.txt"
.
cc_db_connect(path_pw = "~/.calcofi_db_pass.txt")
a DBI::dbConnect()
object
if (FALSE) { # \dontrun{
con <- cc_db_connect()
DBI::dbListTables(con)
} # }