View source: R/utils_internal.R
| divmod | R Documentation |
Division of integers
divmod(a, b)
a |
the dividend |
b |
the divisor |
a list with two elements, quo (quotient) and rem (remainder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.