submit_query: Submits a ClassyFire query in a JSON format.

Description Usage Arguments Value Examples

View source: R/query.R

Description

Submits a ClassyFire query in a JSON format.

Usage

1
submit_query(label, input, type = "STRUCTURE")

Arguments

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.

Value

A list of tibbles named by input name.

Examples

1
2
3
4
5
## Not run: 
input <- c(MOL1 = 'CCCOCC', MOL2 = 'COCC=CCC')
submit_query(label = 'query_test', input = input, type = 'STRUCTURE')

## End(Not run)

aberHRML/classyfireR documentation built on Feb. 22, 2022, 7:38 a.m.