get_substack_top: Top Posts
Description
Fetch the most popular posts from a Substack publication.
Usage
get_substack_top(publication_url, limit = 10L, offset = 0L)
Value
A data.frame (possibly zero‐row) of post records.
Arguments
- publication_url
Character, e.g. "example.substack.com".
- limit
Integer [1–50], default 10.
- offset
Integer >= 0, default 0.