build_link: Builds the link to be passed to the API

Description Usage Arguments Value

View source: R/utils.R

Description

Builds the link to be passed to the API

Usage

1
build_link(path_elements, query_elements = NULL, before = NULL, after = NULL)

Arguments

path_elements

Specifies elements of the path

query_elements

Specifies elements of the query

before

The fullname of an item serving as anchor in the request. Items before this item in the listing are returned.

after

The fullname of an item serving as anchor in the request. Items after this item in the listing are returned.

Value

A string with the link to be passed to the API.


jfeldhege/redditoR documentation built on April 2, 2020, 9:42 p.m.