This function lists the databases supported for chemical identifier conversion by either the `cts.fiehnlab` or `chemspider` services.

trans_id_database(server = c("cts.fiehnlab", "chemspider"))

Arguments

server

A character string indicating which server to use. Possible values are "cts.fiehnlab" or "chemspider".

Value

A list of supported databases. If using the `cts.fiehnlab` server, the list will contain two data frames: 'From' and 'To'. If using the `chemspider` server, the result will be a single data frame with 'From' and 'To' columns.

Examples

if (FALSE) {
trans_id_database(server = "cts.fiehnlab")
}