Hiermee wordt een data.frame uit R naar het klembord geëxporteerd als tekst. De maximale hoeveelheid data die geëxporteerd kan worden is evenveel als de beschikbare hoeveelheid RAM-geheugen.
1 2 3  | export.clipboard(tbl, sep = "\t", na = "", header = TRUE,
  quote = FALSE, format.NL = Sys.isdecimalcomma(),
  structure.R = FALSE)
 | 
tbl | 
 Tabel die naar het klembord moet worden gekopieerd.  | 
sep | 
 Standaard is   | 
na | 
 Standaard is   | 
header | 
 Standaard is   | 
quote | 
 Standaard is   | 
format.NL | 
 Standaard is   | 
structure.R | 
 Standaard is   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.