googlesheets (version 0.2.1)

print.googlesheet: Print info about a googlesheet object

Description

Display information about a Google spreadsheet that has been registered with googlesheets: the title of the spreadsheet, date-time of registration, date-time of last update (at time of registration), visibility, permissions, version, the number of worksheets contained, worksheet titles and extent, and sheet key.

Usage

"print"(x, ...)

Arguments

x
googlesheet object returned by functions such as gs_title, gs_key, and friends
...
potential further arguments (required for Method/Generic reasons)

Examples

Run this code
## Not run: 
# foo <- gs_new("foo")
# foo
# print(foo)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace