searchUsers: Functions to manipulate StackExchange users

Description Usage Arguments Value Author(s) See Also Examples

Description

These functions allow you to download and manipulate users from a StackExchange site

Usage

1
2
3
4
searchUsers(num = NULL, filter = NULL, fromDate = NULL, toDate = NULL,
            min = NULL, max = NULL, sort = NULL, order = NULL,
            site = "stackoverflow.com")
getUsers(ids, num=NULL, site='stackoverflow.com')

Arguments

num

An upper bound on the number of results to return

ids

An optional vector of numeric IDs representing a specific subset of users to retrieve

filter

String that must appear in returned users' names

fromDate

When present, an early bound on results to return, either as a POSIXct date or an Unix timestamp

toDate

When present, an upper bound on results to return, either as a POSIXct date or an Unix timestamp

min

When present, minimum value for the current sort

max

When present, maximum value for the current sort

sort

When present, how results are to be sorted, one of activity (default), creation or votes

order

When present, how results should be ordered, one of desc (default) or asc

site

Which StackExchange site to poll

Value

A list of seUser objects

Author(s)

Jeff Gentry

See Also

seUser

Examples

1
   zz <- searchUsers(filter='geoff', num=5)

geoffjentry/RStackExchange documentation built on May 17, 2019, 1:11 a.m.