powered by
Gets a Class object by a name of a class. If no such class exists and exception is thrown.
## Static method (use this): ## Class$forName(name, ...)## Don't use the below: # S3 method for Class forName(static, name, ...)
## Don't use the below: # S3 method for Class forName(static, name, ...)
Optional arguments passed to internal lookup function.
Returns a Class.
Class
class(). setConstructorS3(). For more information see Class.
class
setConstructorS3
# NOT RUN { print(Class$forName("Exception")) # }
Run the code above in your browser using DataLab