powered by
Returns the field names of a class.
# S3 method for Class getFields(this, private=FALSE, ...)
If TRUE, private fields will also be returned, otherwise only public fields are returned.
TRUE
Not used.
Returns a character vector of field names.
character
vector
For more information see Class.
Class
# NOT RUN { print(getFields(Exception)) # }
Run the code above in your browser using DataLab