Description Usage Arguments Details Value See Also Examples
View source: R/FILTERING-post_name.R
Functionality to POST the name of a compound and obtain a ChemSpider query ID for subsequent use in chemspiderapi::get_queryId_status() and chemspiderapi::get_queryId_results().
1 2 3 4 5 6 7 8  | 
name | 
 A character string of the compound name.  | 
orderBy | 
 A character string indicating by which parameter the results should be arranged (NOT case sensitive); see Details.  | 
orderDirection | 
 A character string indicating which in which direction the results should be arranged (NOT case sensitive); see Details.  | 
apikey | 
 A 32-character string with a valid key for ChemSpider's API services.  | 
coerce | 
 
  | 
simplify | 
 
  | 
Allowed entries for orderBy are: "recordId" (default), "massDefect", "molecularWeight", "referenceCount", "dataSourceCount", "pubMedCount", and "rscCount".
Allowed entries for orderDirection are: "ascending" (default) and "descending".
Returns the queryId string as (named) character vector.
https://developer.rsc.org/compounds-v1/apis/post/filter/name
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.