Parse the current clipboard as a table, or use the table argument supplied, and return as a character string.
tribble_construct(input_table, oc = console_context())an optional input `data.frame`. If `input_table` is supplied, then nothing is read from the clipboard.
an optional output context that defines the target and indentation. Default is console. Table is output as `tribble()` call. Useful for creating reproducible examples.
The parsed table text.