powered by
checks if a number is decimal or integer and returns TRUE for decimal
is.decimal(x)
true or false
a vector with numbers to check #'
is.decimal(40.15) # will return TRUE is.decimal(4015) # will return FALSE
Run the code above in your browser using DataLab