get_user: Get information about a user

Description Usage Arguments Value Examples

Description

Get information about a user

Usage

1
get_user(user_id = "self")

Arguments

user_id

The ID of the user to get info for. If none is provided, information about yourself is returned.

Value

A list containing information about the user

Examples

1
2
3
4
5
## Not run: 
library(numerous)
u <- get_user()

## End(Not run)

briandconnelly/numerous documentation built on May 13, 2019, 5:14 a.m.