Retrieve images of substances from ChEMBL and save them in SVG format.
Usage
chembl_img(
query,
dir = NULL,
verbose = getOption("verbose"),
test_service_down = FALSE
)
Arguments
- query
character; a vector of ChEMBL IDs.
- dir
character; the directory in which to save the image(s). If the directory does not exist, it will be created. If `NULL` (default), the working directory will be used.
- verbose
logical; should verbose messages be printed to the console?
- test_service_down
logical; for internal testing only.