googlesheets (version 0.1.0)

gs_user: Retrieve information about authorized user

Description

Display information about a user that has been authorized via gs_auth: the user's display name, email, the date-time of info lookup, and the validity of the current access token. This is a subset of the information available from https://developers.google.com/drive/v2/reference/about/get{the "about" endpoint} of the Drive API.

Usage

gs_user(verbose = TRUE)

Arguments

verbose
logical; do you want informative messages?

Value

  • a list containing user and session info

Examples

Run this code
gs_user()

Run the code above in your browser using DataLab