-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
So weit bin ich gekommen - aber wie wird daraus eine ordentliche Tabelle?
library(jsonlite)
json_url <- "https://opendata-duisburg.de/api/action/datastore/search.json?resource_id=cc852a33-546b-4b61-b957-8dec8bafc10e"
json_local <- tempfile(fileext = ".json")
download.file(url = json_url, destfile = json_local)
data <- jsonlite::read_json(path = json_local)
data$result$recordsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels