tribble_format: tribble_format

Description Usage Arguments Value

View source: R/tribble_paste.R

Description

Parse the current clipboard as a table, or use the table argument supplied, and paste to the clipboard in tribble format.

Usage

1
tribble_format(input_table, output_context = console_context())

Arguments

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 console. Table is output as 'tribble()' call. Useful for creating reproducible examples.

Value

Nothing.


datapasta documentation built on April 17, 2020, 1:27 a.m.