SQRL (version 0.6.2)

sqrlAll: Broadcast a Command to All Data Sources

Description

Passes a single command to every SQRL data source in turn.

Usage

sqrlAll(...)

Arguments

The command to broadcast (as per sqrlUsage).

Value

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.

See Also

sqrlOff, sqrlUsage

Examples

Run this code
# NOT RUN {
# Show all interfaces (visible return).
sqrlAll("interface")

# Do not convert strings to factors.
sqrlAll("stringsAsFactors", FALSE)

# Enable all connection indicators.
sqrlAll(visible = TRUE)

# Close all open channels.
sqrlAll("close")

# Remove all defined sources.
sqrlAll("remove")
# }

Run the code above in your browser using DataLab