focus | R Documentation |
a widget has focus if it will receive input events
For some widgets, this sets user focus (e.g. gedit gets focus for typing). For others, settig the focus calls the raise methods. (for gwindow, it will raise the window)
focus(obj)
## Default S3 method:
focus(obj)
focus(obj) <- value
focus(obj) <- value
obj |
object |
value |
logical. Set focus state. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.