rt (version 1.0.1)

rt_user_properties: Get a user's properties

Description

Get a user's properties

Usage

rt_user_properties(user_id, ...)

Arguments

user_id

(numeric) The ID of the User to edit

...

Other arguments passed to rt_GET

Value

(list) A list of the user's properties

Examples

Run this code
# NOT RUN {
# Assuming we have a user with id 1, we can get its properties
rt_user_properties(1)
# }

Run the code above in your browser using DataLab