Returns the field names of an Object
Returns the field names of an Object.
## S3 method for class 'Object' getFields(this, private=FALSE, ...)
private |
If |
... |
Not used. |
Henrik Bengtsson
obj <- Object() obj$x <- 1:100 obj$y <- 100:1 getFields(obj) ## Not run: gives: [1] "x" "y" ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.