get_substack_top {substackR}R Documentation

Top Posts

Description

Fetch the most popular posts from a Substack publication.

Usage

get_substack_top(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.


[Package substackR version 0.1.15 Index]