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")