dt_paste: dt_paste

Description Usage Arguments Value

View source: R/dfdt_paste.R

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

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


datapasta documentation built on April 17, 2020, 1:27 a.m.