Prints out a summary of the mod database, including size, tables, and unique sample names.
Examples
# Specify the path to the database
mod_db <- system.file("my_data.mod.db", package = "MethylSeqR")
# Get database statistics
get_mod_dbinfo(mod_db = mod_db)
#> Error in get_mod_dbinfo(mod_db = mod_db): The database file does not exist.