dt_paste {datapasta}R Documentation

dt_paste

Description

Parse either: the current clipboard, or a supplied argument, as a table and paste in at the cursor location in data.table format.

Usage

dt_paste(input_table, output_context = guess_output_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. The default behaviour is target the rstudioapi and fall back to console if it is not available.

Value

nothing.


[Package datapasta version 3.1.0 Index]