get_substack_search {substackR} | R Documentation |
Search Posts
Description
Search posts in a Substack publication. If zero results, returns an empty data.frame.
Usage
get_substack_search(publication_url, query, limit = 10L, offset = 0L)
Arguments
publication_url |
Character, e.g. |
query |
Character. Search term. |
limit |
Integer |
offset |
Integer |
Value
A data.frame
(possibly zero‐row).
[Package substackR version 0.1.15 Index]