params: Parameter Descriptions

View source: R/params.R

paramsR Documentation

Parameter Descriptions

Description

Default parameter descriptions which may be overridden in individual functions.

Arguments

...

These dots are for future extensions and must be empty.

code

A line or block of R code.

digits

A count of the number of decimal places.

print_title

A flag specifying whether to print the title.

seconds

A non-negative numeric scalar of the initial number of seconds.

srcref

A flag specifying whether to print the source reference.

start

A flag specifying whether to start the timer.

title

A string of the title.

value

A string of the title.

x

A hms_timer().

.local_envir

The environment to use for scoping.

Details

A flag is a non-missing logical scalar.

A string is a non-missing character scalar.

A count is a non-missing non-negative integer scalar or double scalar with no fractional part.


poissonconsulting/hmstimer documentation built on Nov. 20, 2024, 10:02 p.m.