Description Usage Arguments Value
View source: R/tribble_paste.R
Parse the current clipboard as a table, or use the table argument supplied, and paste in at the cursor location in tribble format.
1 | tribble_paste(input_table, output_context = guess_output_context())
|
input_table |
an optional input 'data.frame'. If 'input_table' is supplied, then nothing is read from the clipboard. |
output_context |
an optional output context that defines the target and indentation. Default is to guess between rstudio and console. Table is output as 'tribble()' call. Useful for creating reproducible examples. |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.