Get your MERMAID profile. Returns ID, first/last name, and email address. Requires authorization.

mermaid_get_me(token = mermaid_token())

Arguments

token

API token. Not required for unauthenticated endpoints. Get manually via mermaid_auth or automatically when running a function that requires a token.

Value

A tibble of MERMAID profile information, including first and last name, full name, and email address.

Examples

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