getHowToCite.Package {R.oo} | R Documentation |
Gets the citation of this package.
If text file HOWTOCITE
exists in package root directory,
then its contents is retrieved, otherwise citation
for the package is retrieved.
## S3 method for class 'Package'
getHowToCite(this, newline="\n", ...)
newline |
The |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
For more information see Package
.