Parse the current clipboard as a table and paste to the clipboard in data.table format.
dt_format(input_table, output_context = clipboard_context())
input_table | an optional input tibble or data.frame to format. |
---|---|
output_context | an optional output context that defines the target and indentation. |
nothing.