googlesheets (version 0.3.0)

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

# S3 method for googlesheet
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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace