Learn R Programming

RsSimulx (version 2024.1)

inlineDataFrame: Inline dataframe

Description

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

Usage

inlineDataFrame(str)

Value

dataframe object

Arguments

str

(string) Dataframe in string format

Examples

Run this code
if (FALSE) {
occ <- inlineDataFrame("
 id time occ
 1   0    1
 1   12   2
 1   24   3
 2   0    1
 2   24   2
 3   0    1
")
}

Run the code above in your browser using DataLab