Skip to contents

This function shows user information for the currently logged-in account on TileDB Cloud.

Usage

user_profile(include_logo = FALSE)

Arguments

If set to True, include the logo field in the return value. By default this is omitted since it's a long base64-encoded string which takes up a lot of screen space and is likely uninteresting.

Value

A list of user properties from the currently logged-in TileDB cloud account.

Details

Nominally you will first call login; if not, the results of the last login at ~/.tiledb/cloud.json will be used.