Agrometeorology

Results 1 comments of Agrometeorology

df = jsonlite::fromJSON(rjson::toJSON(YOUR_R_List), simplifyDataFrame = TRUE) OR: df = jsonlite::fromJSON(YOUR_JSON, simplifyDataFrame = TRUE) Then, in the data frame (df) the null data have replaced with "NA" automatically.