Workdir: Constructor for a WORKDIR instruction

Description Usage Arguments Value Examples

View source: R/Class-Workdir.R

Description

Constructor for a WORKDIR instruction

Usage

1
Workdir(path)

Arguments

path

The path of the working directory

Value

the object

Examples

1
2
instruction <- containerit:::Workdir("~/myDir/subdir/")
toString(instruction)

o2r-project/containerit documentation built on June 28, 2021, 2:46 p.m.