inline.data.frame: Convert a vector of stings to a data frame

Description Usage Arguments Value Author(s) Examples

View source: R/inline.data.frame.R

Description

inline.data.frame() converts a vector of strings that contain separated items into a data frame.

Usage

1
inline.data.frame(table, sep = ";", quote = "")

Arguments

table

vector of strings

sep

item separator within strings

quote

quote character for masking separators

Value

a data frame

Author(s)

Michaja Pehl

Examples

1
inline.data.frame(c("letters; numbers", "A; 1", "B; 2"))

michaja/quitte documentation built on May 22, 2019, 9:53 p.m.