df_format {datapasta}R Documentation

df_format

Description

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

Usage

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.


[Package datapasta version 3.1.0 Index]