dfdt_construct {datapasta}R Documentation

dfdt_construct

Description

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

Usage

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.


[Package datapasta version 3.1.0 Index]