R.oo (version 1.26.0)

getDate.Package: Gets the date when package was build

Description

Checks if the package is loaded onto the search path or not.

Usage

# S3 method for Package
getDate(this, ...)

Value

TRUE if the packages has been loaded, otherwise FALSE.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see Package.

Examples

Run this code
  pkg <- Package("base")
  print(isLoaded(pkg))       # TRUE

Run the code above in your browser using DataLab