get_substack_latest: Latest Posts

View source: R/api.R

get_substack_latestR Documentation

Latest Posts

Description

Fetch the latest posts from a Substack publication.

Usage

get_substack_latest(publication_url, limit = 10L, offset = 0L)

Arguments

publication_url

Character, e.g. "example.substack.com".

limit

Integer ⁠[1–50]⁠, default 10.

offset

Integer ⁠>= 0⁠, default 0.

Value

A data.frame (possibly zero‐row) of post records.


substackR documentation built on June 17, 2025, 9:12 a.m.