new_ps_query: Structured way to create to properly create a ps_query object

Description Usage Arguments

View source: R/query.R

Description

Structured way to create to properly create a ps_query object

Usage

1
2
new_ps_query(url, type, sort_type, sort_direction, pagination_strategy,
  size)

Arguments

url

the full URL endpoint the query is going to hit (params and all)

type

the type of query

sort_type

whether to sort on time, score, etc...

sort_direction

ascending or descending

pagination_strategy

different ways to paginate

size

the number of rows returned per request


dashstander/pushshiftr documentation built on Feb. 18, 2020, 2:42 a.m.