When using mutate() function with tdplyr, integers do not get implicitly cast as doubles during a division operation. This is due to the fact that the result of performing a division on two integers in a database in Vantage is also an integer.
To workaround this limitation and obtain a double value, the integer values need to be cast as doubles explicitly.