Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class '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

## Not run: 
foo <- gs_new("foo")
foo
print(foo)

## End(Not run)

googlesheets

Manage Google Spreadsheets from R

v0.3.0
MIT + file LICENSE
Authors
Jennifer Bryan [aut, cre], Joanna Zhao [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.