Example Package for ‘tic’

Authors: Kirill Müller [aut, cre]

Version: 0.0-0

License: GPL-3

Description

Building a package with packagedocs documentation.

Suggests

packagedocs, testthat

Package Functions

multiply

Multiplies two numbers

Performs multiplication of two integer or numeric scalars.

Usage

multiply(x, y)

Arguments

x, y
Scalar values to multiply

Examples

multiply(2, 3)
## [1] 6

See also

prod()

tic.packagedocs-package: tic.packagedocs, tic.packagedocs-package

tic.packagedocs: Example Package for ‘tic’

Building a package with packagedocs documentation.

Details

For demonstration of the tic package.

Examples

# Show timestamp
Sys.time()
## [1] "2020-05-27 22:45:44 UTC"

See also

Useful links:

Author

Maintainer: Kirill Müller krlmlr+r@mailbox.org