powered by
Submits a ClassyFire query in a JSON format.
submit_query(label, input, type = "STRUCTURE")
a string the label of the query.
a named list or vector of SMILES strings.
a string the type of the query.
A list of tibbles named by input name.
# NOT RUN { input <- c(MOL1 = 'CCCOCC', MOL2 = 'COCC=CCC') submit_query(label = 'query_test', input = input, type = 'STRUCTURE') # }
Run the code above in your browser using DataLab