sqrlAll | R Documentation |
Passes a single command to every SQRL data source in turn.
sqrlAll(...)
... |
The command to broadcast (as per |
Returns a named list, containing the result of the command for each data source. The list is invisible, except when retrieving (getting) a named parameter value.
The command is passed to all SQRL data sources, whether or not they have interface functions.
The command can be a SQL query.
sqrlOff
,
sqrlUsage
# Show all interfaces (visible return).
sqrlAll("interface")
# Enable all connection indicators.
sqrlAll(visible = TRUE)
# Close all open channels.
sqrlAll("close")
# Remove all defined sources.
sqrlAll("remove")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.