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

dfdt_construct(input_table, oc = console_context(), class = NULL)

Arguments

input_table

an optional R object to parse instead of the clipboard.

oc

an optional output context that defines the target and indentation.

class

either data.frame or data.table.

Value

a character string containing the input formatted as a data.frame definition.