stackr (version 0.0.0.9000)

stack_GET: Make a GET request to the Stack Exchange API

Description

Make a GET request to the Stack Exchange API

Usage

stack_GET(path, site = "stackoverflow", page = 1, num_pages = 1, ...)

Arguments

path
the query path, such as "answers/" or "users/id"
site
site to query; by default Stack Overflow
page
which page to start from
num_pages
number of consecutive pages to query; by default 1
...
additional parameters to the method