Get your MERMAID profile. Returns ID, first/last name, and email address. Requires authorization.
mermaid_get_me(token = mermaid_token())
API token. Not required for unauthenticated endpoints. Get manually via mermaid_auth
or automatically when running a function that requires a token.
A tibble of MERMAID profile information, including first and last name, full name, and email address.
if (FALSE) { # \dontrun{
mermaid_get_me()
} # }