vector_construct: vector_construct

Description Usage Arguments Value

View source: R/vector_paste.R

Description

Returns a formatted character string, either from clipboard or supplied argument, as a vector definition. Considers ',', 'tab', 'newline' as delimiters. If a single character string is passed as an argument, it will be split to form a vector.

Usage

1
vector_construct(input_vector, oc = console_context())

Arguments

input_vector

An input vector to be formatted for output. If supplied, no data is read from the clipboard.

oc

an optional output context that defines the output indentation.

Value

A string containing the input formatted as a vector definition.


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