Thin wrapper around the ard.db_get_version()
method of the
py-ard
Python package.
Arguments
- ard
The Python database connection object created by
db_initialize()
Examples
if (FALSE) { # \dontrun{
ard <- db_initialize(data_dir = path.expand("~/ipd_db"))
db_get_version(ard)
} # }