parse_vector {datapasta}R 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'.


[Package datapasta version 3.1.0 Index]