Skip to contents

Download a version of the ChEMBL database for offline access.

Usage

db_download_chembl(version = "latest", verbose = getOption("verbose"))

Arguments

version

character, the database release version.

verbose

logical; should verbose messages be printed to the console?

Value

Downloads the requested database files.

Note

If a checksum file is available for the requested version it will be used to check data integrity. To save storage space, webchem only retrieves those files that are used by the package. If you need other files as well, please download them manually.

References

You can find more information about ChEMBL releases at https://chembl.gitbook.io/chembl-interface-documentation/downloads

Examples

if (FALSE) { # \dontrun{
db_download_chembl(version = "35", verbose = TRUE)
} # }