Skip to contents

Get the username of the user who is working within the RAP RStudio session.

Usage

get_username()

rap_get_user()

Value

Character vector with users username within the RAP session.

Functions

  • get_username(): Deprecated function. Use rap_get_user() instead.

Examples

if (FALSE) { # \dontrun{
rap_get_user()
} # }