R.oo (version 1.26.0)

getUrl.Package: Gets the URL of this package

Description

Gets the URL of this package as specified by the DESCRIPTION file.

Usage

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

Value

Returns a character string.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see Package.

Examples

Run this code
  pkg <- Package("R.oo")
  print(getUrl(pkg))

Run the code above in your browser using DataLab