Parse the current clipboard as a table and paste to the clipboard in data.frame format.

df_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.