Skip to content

Read JSON OpenData Duisburg #22

@ablaette

Description

@ablaette

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$records

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions