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. |
limit |
Integer |
offset |
Integer |
Value
A data.frame
(possibly zero‐row) of post records.
[Package substackR version 0.1.15 Index]