View source: R/pull_bed_stream.R
pull_bed_stream | R Documentation |
Pull the stream from the IOBED connection
pull_bed_stream(con, close = TRUE)
con |
(serialConnection) serial connection for the IOBED bed, as obtained by bed_connection. |
close |
(lgl, default TRUE) would you like the connection will be automatically closed after pulling? |
a character vector from the data retrieved by the buffer of
the connection con
, one character each element of the vector.
## Not run: con <- bed_connection() pull_bed_stream(con) open(con) # do some stuff close(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.