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