Skip to contents

Retrieves information about the current user, including subscription details, current level, and preferences.

Usage

wk_user()

Value

A list containing user information.

Examples

if (FALSE) { # \dontrun{
wk_set_api_key("your-api-key")
user_info <- wk_user()
} # }