Other packages > Find by keyword >

googlesheets4  

Access Google Sheets using the Sheets API V4
View on CRAN: Click here


Download and install googlesheets4 package within the R console
Install from CRAN:
install.packages("googlesheets4")

Install from Github:
library("remotes")
install_github("cran/googlesheets4")

Install by package version:
library("remotes")
install_version("googlesheets4", "1.1.2")



Attach the package and use:
library("googlesheets4")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-11-04
Latest Update: 2025-09-03
Description:
Interact with Google Sheets through the Sheets API v4 . "API" is an acronym for "application programming interface"; the Sheets API allows users to interact with Google Sheets programmatically, instead of via a web browser. The "v4" refers to the fact that the Sheets API is currently at version 4. This package can read and write both the metadata and the cell data in a Sheet.
How to cite:
Jennifer Bryan (2019). googlesheets4: Access Google Sheets using the Sheets API V4. R package version 1.1.2, https://cran.r-project.org/web/packages/googlesheets4. Accessed 14 Jun. 2026.
Previous versions and publish date:
0.1.0 (2019-11-04 22:50), 0.1.1 (2020-03-21 06:40), 0.2.0 (2020-05-08 12:30), 0.3.0 (2021-03-04 18:50), 1.0.0 (2021-07-21 20:50), 1.0.1 (2022-08-13 22:10), 1.1.0 (2023-03-23 23:42), 1.1.1 (2023-06-11 06:00)
Other packages that cited googlesheets4 R package
View googlesheets4 citation profile
Other R packages that googlesheets4 depends, imports, suggests or enhances
Complete documentation for googlesheets4
Functions, R codes and Examples using the googlesheets4 R package
Some associated functions: cell-specification . googlesheets4-configuration . googlesheets4-package . googlesheets4-vctrs . gs4_auth . gs4_auth_configure . gs4_browse . gs4_create . gs4_deauth . gs4_endpoints . gs4_examples . gs4_find . gs4_fodder . gs4_formula . gs4_get . gs4_has_token . gs4_oauth_app . gs4_random . gs4_scopes . gs4_token . gs4_user . pipe . range_autofit . range_delete . range_flood . range_read . range_read_cells . range_speedread . range_write . request_generate . request_make . sheet_add . sheet_append . sheet_copy . sheet_delete . sheet_properties . sheet_relocate . sheet_rename . sheet_resize . sheet_write . sheets_id . spread_sheet . 
Some associated R codes: aaa.R . batch-update-requests.R . cell-specification.R . ctype.R . get_cells.R . googlesheets4-package.R . gs4_auth.R . gs4_browse.R . gs4_create.R . gs4_endpoints.R . gs4_example.R . gs4_find.R . gs4_fodder.R . gs4_formula.R . gs4_get.R . gs4_share.R . make_column.R . range_add_named.R . range_add_protection.R . range_add_validation.R . range_autofit.R . range_delete.R . range_flood.R . range_read.R . range_read_cells.R . range_spec.R . range_speedread.R . range_write.R . rectangle.R . request_generate.R . request_make.R . roxygen.R . schema_CellData.R . schema_GridCoordinate.R . schema_GridRange.R . schema_NamedRange.R . schema_ProtectedRange.R . schema_RowData.R . schema_Sheet.R . schema_SheetProperties.R . schema_Spreadsheet.R . schemas.R . sheet_add.R . sheet_append.R . sheet_copy.R . sheet_delete.R . sheet_freeze.R . sheet_properties.R . sheet_relocate.R . sheet_rename.R . sheet_resize.R . sheet_write.R . sheets_id-class.R . utils-cell-ranges.R . utils-pipe.R . utils-sheet.R . utils-ui.R . utils.R . zzz.R .  Full googlesheets4 package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

manipulate  
Interactive Plots for RStudio
Interactive plotting functions for use within RStudio.The manipulate function accepts a plot ...
Download / Learn more Package Citations See dependency  
rpymat  
Easy to Configure an Isolated 'Python' Environment
Aims to create a single isolated 'Miniconda' and 'Python' environment for reproducible pipeline scr ...
Download / Learn more Package Citations See dependency  
fourPNO  
Bayesian 4 Parameter Item Response Model
Estimate Barton & Lord's (1981) four parameter IRT model w ...
Download / Learn more Package Citations See dependency  
rCRM  
Regularized Continual Reassessment Method
Fit a 2-parameter continual reassessment method (CRM) model (O'Quigley and Shen (1996), ...
Download / Learn more Package Citations See dependency  
adept  
Adaptive Empirical Pattern Transformation
Designed for optimal use in performing fast, accurate walking strides segmentation from high-densit ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

27,457

R Packages

233,548

Dependencies

73,054

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA