CRflush | R Documentation |
Flushes pending events in event queue. These will not be returned by CRpoll_event
. If type is provided, only events of this type are flushed. For available types, see CRpoll_event
.
CRflush(graphics_list, type = NULL, status = NULL)
graphics_list |
List containing pointers to window, renderer etc. created with |
type |
Optional string specifying which type of events to flush. Can be any type possible in |
status |
Optional list |
CRflush(gs, type = "key_down")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.