Hi,
I have a string column in input to a R node called NDG with value 050340000000000079812
I need this column in output:
R<-data.frame(R$"NDG");
The output is a double column:
5.034000000000008E19
How can i mantain the format of the input column?
Thanks