1

I am new to R, I am currently reading some float numbers of high precision from JSON format file into R.
the command i am using to read the JSON file is :

json_data <- fromJSON(paste(readLines("file_name.json"), collapse=""))

the precision in JSON file is 9.0114910478323 but in R it becomes 9.011491, i need the it in this form 9.0114910478323.

waheebyaqub
  • 293
  • 1
  • 5
  • 13

0 Answers0