.fileTableIn {SpaDES.core}R Documentation

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 signature 'missing'
.fileTableIn()

.fileTableInCols

.fileTableInDF

.fileTableOut(x)

## S4 method for signature 'missing'
.fileTableOut()

.fileTableOutCols

.fileTableOutDF

Arguments

x

Not used (should be missing)

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.

Value

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


[Package SpaDES.core version 2.1.0 Index]