userinfo | R Documentation |
Lookup a user or group info via user uid/name or group gid/name.
user_info(uid = getuid())
group_info(gid = getgid())
uid |
user ID (integer) or name (string) |
gid |
group ID (integer) or name (string) |
# Get info current user
user_info()
group_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.