parse_vector: parse_vector

Description Usage Arguments Value

View source: R/vector_paste.R

Description

Pastes data from clipboard as a vertically formatted character vector on multiple lines. One line is used per element. Considers ',', 'tab', 'newline' as delimiters.

Usage

1
parse_vector(input_vector)

Arguments

input_vector

an optional character vector to attempt to break up, and escape.

Value

A vector parsed from the clipboard as ether a character string or a character vector. The type attribute contains the type guessed by 'readr'.


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