cs_control | R Documentation |
For some ChemSpider API requests, you can also specify various control options. This function is used to set these control options.
cs_control(
datasources = vector(),
order_by = "default",
order_direction = "default",
include_all = FALSE,
complexity = "any",
isotopic = "any"
)
datasources |
character; specifies the databases to query. Use
|
order_by |
character; specifies the sort order for the results.
Valid values are |
order_direction |
character; specifies the sort order for the results.
Valid values are |
include_all |
logical; see details. |
complexity |
character; see details.
Valid values are |
isotopic |
character; see details.
Valid values are |
The only function that currently uses databases
is
get_csid()
and only when you query a CSID from a formula. This
parameter is disregarded in all other queries.
Setting include_all
to TRUE
will consider records
which contain all of the filter criteria specified in the request. Setting
it to FALSE
will consider records which contain any of the filter
criteria.
A compound with a complexity
of "multiple"
has more
than one disconnected system in it or a metal atom or ion.
Returns a list of specified control options.
This is a full list of all API control options. However, not all of these options are used in all functions. Each API uses a subset of these controls. The controls that are available for a given function are indicated within the documentation of the function.
https://developer.rsc.org/docs/compounds-v1-trial/1/overview
get_csid
cs_control()
cs_control(order_direction = "descending")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.