View source: R/extracting_digits.R
first_two_digits | R Documentation |
Extract the first two digits from a numeric vector
first_two_digits(numbers)
numbers |
Numeric vector |
Numeric vector
first_two_digits(c(123, 0.09, -678.9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.