Retrieves information about the current user, including subscription details, current level, and preferences.
Examples
if (FALSE) { # \dontrun{
wk_set_api_key("your-api-key")
user_info <- wk_user()
} # }
Retrieves information about the current user, including subscription details, current level, and preferences.
if (FALSE) { # \dontrun{
wk_set_api_key("your-api-key")
user_info <- wk_user()
} # }