Learn R Programming

SpaDES (version 1.0.1)

inputPath: Specify paths for modules, inputs and outputs

Description

These are ways to add or access the file paths used by spades. There are three file paths: modulePath, inputPath, outputPath. Each has a function to get or set the value in a simList object.

Usage

inputPath(object)

## S3 method for class 'simList':
inputPath(object)

inputPath(object) <- value

## S3 method for class 'simList':
inputPath(object) <- value

modulePath(object)

## S3 method for class 'simList':
modulePath(object)

modulePath(object) <- value

## S3 method for class 'simList':
modulePath(object) <- value

paths(object)

## S3 method for class 'simList':
paths(object)

paths(object) <- value

## S3 method for class 'simList':
paths(object) <- value

Arguments

object
A simList simulation object.
value
The object to be stored at the slot.