Learn R Programming

SpaDES.core (version 2.0.5)

.fileTableIn: Create empty fileTable for inputs and outputs

Description

Internal functions. Returns an empty fileTable to be used with inputs and outputs.

Usage

.fileTableIn(x)

# S4 method for missing .fileTableIn()

.fileTableInCols

.fileTableInDF

.fileTableOut(x)

# S4 method for missing .fileTableOut()

.fileTableOutCols

.fileTableOutDF

Value

An empty data.frame with structure needed for input/output fileTable.

Format

An object of class character of length 8.

An object of class data.frame with 0 rows and 8 columns.

An object of class character of length 7.

An object of class data.frame with 0 rows and 7 columns.

Arguments

x

Not used (should be missing)