Directory: Class for working with directories

Description Usage Arguments

Description

Class for working with directories

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
instance <- Directory(name)
instance$getDirName()
instance$remove(...)

## S4 method for signature 'Directory'
show(object)

## S4 method for signature 'Directory,character'
e1 / e2

## S4 method for signature 'Directory,character'
e1 - e2

## S4 method for signature 'Directory,character'
e1 + e2

## S4 method for signature 'character,Directory'
e1 + e2

## S4 method for signature 'Directory,Directory'
e1 + e2

## S4 method for signature 'Directory'
as.character(x, ...)

Arguments

...

arguments passed to init

object

instance of Directory

e1

lhs

e2

rhs

name

character of directory


wahani/wahaniMiscs documentation built on May 3, 2019, 8:10 p.m.