soc_list: List Available Datasets on a Socrata Portal

View source: R/soc_list.R

soc_listR Documentation

List Available Datasets on a Socrata Portal

Description

Retrieves a catalog of available datasets from a Socrata open data portal.

Usage

soc_list(url)

Arguments

url

A character string specifying the base URL of the Socrata portal (e.g., "https://data.cityofchicago.org").

Value

A tibble with one row per dataset and the following columns:

id

Dataset identifier (four-by-four ID).

name

Title of the dataset.

categories

Categories associated with the dataset.

keywords

Keywords describing the dataset.

last_updated

The date of the last dataset modification.

landing_page

The landing page url of the dataset.

description

Brief description of the dataset's content.


socratadata documentation built on Aug. 8, 2025, 6:08 p.m.