changeOutputDirectory: Change the output directory of a GRN object

View source: R/core.R

changeOutputDirectoryR Documentation

Change the output directory of a GRN object

Description

Change the output directory of a GRN object

Usage

changeOutputDirectory(GRN, outputDirectory = ".")

Arguments

GRN

Object of class GRN

outputDirectory

Character. Default .. New output directory for all output files unless overwritten via the parameter outputFolder.

Value

The same GRN object, with the output directory being adjusted accordingly

Examples

GRN = loadExampleObject()
GRN = changeOutputDirectory(GRN, outputDirectory = ".")

chrarnold/GRaNIE documentation built on April 28, 2022, 2:18 a.m.