Class for working with directories
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 passed to init |
object |
instance of Directory |
e1 |
lhs |
e2 |
rhs |
name |
character of directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.