library(jsonlite)
jsonData10 = fromJSON ("weatherfile.json")
dput(head(jsonData10))
structure(list(city_name = c("Laguna del Sauce", "Laguna del Sauce",
"Laguna del Sauce", "Laguna del Sauce", "Laguna del Sauce", "Laguna del Sauce"
), lat = c(-34.825285, -34.825285, -34.825285, -34.825285, -34.825285,
-34.825285), lon = c(-55.060363, -55.060363, -55.060363, -55.060363,
-55.060363, -55.060363), main = structure(list(temp = c(20.07,
19.32, 19.24, 19.1, 18.39, 18.27), temp_min = c(20, 19, 18.82,
18.57, 18, 17.85), temp_max = c(20.33, 20.21, 20.07, 19.93, 19.77,
19.6), feels_like = c(13.04, 12.7, 12.6, 14.25, 13.53, 13.45),
pressure = c(1014L, 1015L, 1015L, 1015L, 1015L, 1014L), humidity = c(45L,
48L, 48L, 48L, 55L, 51L)), row.names = c(NA, 6L), class = "data.frame"),
wind = structure(list(speed = c(9.3, 8.8, 8.8, 6.2, 6.7,
6.2), deg = c(70L, 80L, 50L, 60L, 40L, 30L)), row.names = c(NA,
6L), class = "data.frame"), clouds = structure(list(all = c(0L,
3L, 2L, 2L, 3L, 3L)), row.names = c(NA, 6L), class = "data.frame"),
weather = list(structure(list(id = 800L, main = "Clear",
description = "sky is clear", icon = "01n"), class = "data.frame", row.names = 1L),
structure(list(id = 800L, main = "Clear", description = "sky is clear",
icon = "01n"), class = "data.frame", row.names = 1L),
structure(list(id = 800L, main = "Clear", description = "sky is clear",
icon = "01n"), class = "data.frame", row.names = 1L),
structure(list(id = 800L, main = "Clear", description = "sky is clear",
icon = "01n"), class = "data.frame", row.names = 1L),
structure(list(id = 800L, main = "Clear", description = "sky is clear",
icon = "01n"), class = "data.frame", row.names = 1L),
structure(list(id = 800L, main = "Clear", description = "sky is clear",
icon = "01n"), class = "data.frame", row.names = 1L)),
dt = c(1546300800L, 1546304400L, 1546308000L, 1546311600L,
1546315200L, 1546318800L), dt_iso = c("2019-01-01 00:00:00 +0000 UTC",
"2019-01-01 01:00:00 +0000 UTC", "2019-01-01 02:00:00 +0000 UTC",
"2019-01-01 03:00:00 +0000 UTC", "2019-01-01 04:00:00 +0000 UTC",
"2019-01-01 05:00:00 +0000 UTC"), timezone = c(-10800L, -10800L,
-10800L, -10800L, -10800L, -10800L), rain = structure(list(
1h = c(NA_real_, NA_real_, NA_real_, NA_real_, NA_real_,
NA_real_)), row.names = c(NA, 6L), class = "data.frame")), row.names = c(NA,
6L), class = "data.frame")