vector_format_vertical {datapasta}R Documentation

vector_format_vertical

Description

Writes data to clipboard, either from clipboard or supplied argument, as a vertically formatted character vector over many lines. Considers ',', 'tab', 'newline' as delimiters. If a single character string is passed as an argument, it will be split to form a vector.

Usage

vector_format_vertical(input_vector, output_context = clipboard_context())

Arguments

input_vector

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

output_context

an optional output context that defines the output target and indentation. The default behaviour is to target the rstudioapi and fall back to console if it is not available.

Value

nothing.


[Package datapasta version 3.1.0 Index]