powered by
## S3 method for class 'Object': getFields(this, private=FALSE, ...)
TRUE
character
vector
*hasField()
*ll()
Object
obj <- Object() obj$x <- 1:100 obj$y <- 100:1 getFields(obj) gives: [1] "x" "y"
Run the code above in your browser using DataLab