powered by
Note: The dataset referenceDfNew is the result of the function genDateTime, when the dataset referenceDf is one of the function arguments.
referenceDfNew
genDateTime
referenceDf
An object of class data.frame with 8 rows and 12 columns.
data.frame
# NOT RUN { # Convert the 15 digit IMEI number from scientfic notation to text. referenceDfNew$imei <- as.character(referenceDfNew$imei) # Display the whole dataset in the console referenceDfNew # }
Run the code above in your browser using DataLab