I made a few naming changes, including renaming the version argument to db_version (version is a built-in R object, namespace collisions are not a great idea) and renaming connectionDetails to db_args (for length and clarity) – do these seem like ok names?
I made a few naming changes, including renaming the
version
argument todb_version
(version
is a built-in R object, namespace collisions are not a great idea) and renamingconnectionDetails
todb_args
(for length and clarity) – do these seem like ok names?