dt_format {datapasta} | R Documentation |
dt_format
Description
Parse the current clipboard as a table and paste to the clipboard in data.table format.
Usage
dt_format(input_table, output_context = clipboard_context())
Arguments
input_table |
an optional input tibble or data.frame to format. |
output_context |
an optional output context that defines the target and indentation. |
Value
nothing.
[Package datapasta version 3.1.0 Index]