Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/FILTERING-get_mass_batch_queryId_results.R
Get results from a ChemSpider query after get_mass_batch_queryId_status() returns "Complete".
| 1 | get_mass_batch_queryId_results(queryId, status, apikey, coerce = FALSE)
 | 
| queryId | A valid 36-character query ID, as returned by  | 
| status | status A character string indicating the query status as returned by  | 
| apikey | A 32-character string with a valid key for ChemSpider's API services. | 
| coerce | 
 | 
Before running get_mass_batch_queryId_results(), make sure get_mass_batch_queryIdstatus() returns "Complete".
Returns the record IDs of a mass batch query
Raoul Wolf (https://github.com/RaoulWolf/)
https://developer.rsc.org/compounds-v1/apis/get/filter/mass/batch/{queryId}/results
| 1 2 3 4 5 6 7 | ## Not run: 
## Obtain the result from a mass batch query
apikey <- "a valid 32-character ChemSpider apikey"
queryId <- "a valid 36-character ChemSpider queryId"
get_mass_batch_queryId_results(queryId = queryId, apikey = apikey)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.