digg_user: Get Digg metrics on a user.

Description Usage Arguments Author(s)

View source: R/altmetrics.R

Description

Given a single or multiple Digg usernames or user ID's, returns for each number of diggs, comments, followers, following, and submissions.

Usage

1
2
3
  digg_user(usernames = NA, userids = NA,
    url = "http://services.digg.com/2.0/user.getInfo", ...,
    curl = getCurlHandle())

Arguments

usernames

Comma separated list of usernames (e.g., 'kevinrose,leolaporte').

userids

Comma separated list of user IDs (e.g., '59,60').

url

The base Digg url (leave to default).

...

optional additional curl options (debugging tools mostly)

curl

If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Author(s)

Scott Chamberlain


jeroenooms/opencpu.demo-legacy documentation built on May 19, 2019, 6:16 a.m.