Parse either: the current clipboard, or a supplied argument, as a table and paste in at the cursor location in data.frame format.
df_paste(input_table, output_context = guess_output_context())an optional input tibble or data.frame to format.
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.
nothing.