Description Usage Arguments Value Examples
Write RAS data to clipboard in comma-separated format for pasting into e.g. Microsoft Excel. Note that the clipboard is only supported Windows platforms.
1  | data_to_clipboard(d, header = TRUE)
 | 
d | 
 The data table.  | 
header | 
 If   | 
Writes the data table to the clipboard in tab-separated format.
1 2 3 4 5 6 7  | ## Not run: 
simple.quasi = system.file("sample-data/SampleQuasiUnsteady.hdf",
  package = "RAStestR")
quasi.flow = read_standard(simple.quasi, "Flow")
data_to_clipboard()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.