Shiny Contest Submission: Open Data DiscovereR

Shiny App URL: https://alicia.shinyapps.io/OpenDataDiscovereR/
RStudio Cloud Project: Posit Cloud
Description: Discover top public datasets, maps, charts, stories and views by any topic from any data portal built on the Socrata platform powered by the Discovery API, https://socratadiscovery.docs.apiary.io

Ways to read public data

library(RSocrata)
url <- "https://data.michigan.gov/Environment/Michigan-Fish/he9h-7fpa"
rsocrata_data <- read.socrata(url)

library(readr)
readr_data <- read_csv("https://data.michigan.gov/api/views/he9h-7fpa/rows.csv?accessType=DOWNLOAD")

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.