Relative Content

Tag Archive for rjsonread-csvfromjson

Keep double quotes in R read_csv to read JSON data

I have a csv file imported from a sql database, one of the column is made of JSON data. I used to be able to read_csv the file and then parse the JSON data using fromJSON.
However, now when I read the file the double quotations marks around the JSON fields are automatically removed and I can’t find a way to prevent that from happening.