Description Usage Arguments Value
TODO(gp): all 'as.connection' alternatives are needed (as.file, ...)
1 2 3 4 5 6  | as.conn.url(x, open = "", blocking = TRUE,
  encoding = getOption("encoding"), method, ...)
## Default S3 method:
as.conn.url(x, open = "", blocking = TRUE,
  encoding = getOption("encoding"), method, ...)
 | 
x | 
 an URL object  | 
open | 
 see base::url()  | 
blocking | 
 see base::url()  | 
encoding | 
 see base::url()  | 
method | 
 see base::url()  | 
... | 
 other arguments passed to specific methods  | 
a base::connection from url(x$url, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.