Description Usage Arguments Details Value Author(s) References See Also Examples
Set control functions
1 |
... |
in argument format |
bytext |
in text format |
envir |
by default the global environment is used. |
pbd_opt()
sets pbd options for ZMQ controls.
...
allows multiple options in
envir$.pbd_env
, but only in a simple way.
bytext
allows to assign options by text in
envir$.pbd_env
, but can assign advanced objects. For example,
"option$suboption <- value"
will set
envir$.pbd_env$option$suboption <- value
.
No value is returned.
Wei-Chen Chen [email protected] and Drew Schmidt.
ZeroMQ/4.1.0 API Reference: http://api.zeromq.org/4-1:_start
Programming with Big Data in R Website: http://r-pbd.org/
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.