Learn R Programming

SpaDES (version 1.1.1)

.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)

## S3 method for class 'missing': .fileTableIn()

.fileTableOut(x)

## S3 method for class 'missing': .fileTableOut()

Arguments

x
Not used (should be missing)

Value

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