parse_vector: parse_vector

View source: R/vector_paste.R

parse_vectorR Documentation

parse_vector

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

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'.


MilesMcBain/datapasta documentation built on May 5, 2022, 8:56 a.m.