submit_query | R Documentation |
Submits a ClassyFire query in a JSON format.
submit_query(label, input, type = "STRUCTURE")
label |
a string the label of the query. |
input |
a named list or vector of SMILES strings. |
type |
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') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.