rodeo_tables: Read 'rodeo' Model from Excel or CSV Files and Return Text...

Description Usage Arguments Details Value

Description

Read 'rodeo' Model from Excel or CSV Files and Return Text Representation

Usage

1
2
rodeo_tables(folder, sheets = c("vars", "pars", "funs", "pros", "stoi"),
  type = c("Excel", "csv2"), ext = NA, ...)

Arguments

folder

valid folder name or excel file with rodeo model description

sheets

names of the spreadsheets imported

type

type of the data format

ext

file extension of text and csv files

...

other arguments passed to the file read function, e.g. to read_excel or read.csv2

Details

The tables must follow the rodeo specification and contain valid column headers.

Value

list of data frames


tpetzoldt/rodeoExt documentation built on May 31, 2019, 6:48 p.m.