inlineDataFrame: Inline dataframe

View source: R/smlx-tools.R

inlineDataFrameR Documentation

Inline dataframe

Description

Convert a string in dataframe and save it in a temporary file

Usage

inlineDataFrame(str)

Arguments

str

(string) Dataframe in string format

Value

dataframe object

Examples

## Not run: 
occ <- inlineDataFrame("
 id time occ
 1   0    1
 1   12   2
 1   24   3
 2   0    1
 2   24   2
 3   0    1
")

## End(Not run)

RsSimulx documentation built on June 22, 2024, 9:36 a.m.