Description Usage Arguments Details Note Examples
To list all rcov
options, just run this function without any parameters provided. To query only one value, pass the first parameter. To set that, use the value
parameter too.
1 | rcovOptions(o, value)
|
o |
option name (string). See below. |
value |
value to assign (optional) |
The following rcov
options are available:
digits
: numeric (default: 2
) passed to format
decimal.mark
: string (default: .
) passed to format
rcov.option
is deprecated and is to be removed in future releases.
1 2 3 4 5 6 | ## Not run:
rcovOptions()
rcovOptions('digits')
rcovOptions('digits', 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.