decimal_places.Rd
This function calculates the number of decimal places in a numeric vector.
decimal_places(x)
A numeric vector.
A vector of the same length as x, indicating the number of decimal places for each element. If an element is NA, it returns NA.
x
NA