Learn R Programming

itsadug (version 2.4.1)

info: Information on how to cite this package

Description

Information on how to cite this package

Usage

info(input = NULL)

Arguments

input

Optional parameter. Normally (NULL) the citation info is printed. If value 'version' then only the version is printed.

See Also

citation, R.version, sessionInfo

Other Functions for package use: infoMessages()

Examples

Run this code
# NOT RUN {
info()
info('version')
citation(package='itsadug')
# To get info about R version:
R.version.string
# }

Run the code above in your browser using DataLab