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.1")



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: 2023-06-11
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.1, https://cran.r-project.org/web/packages/googlesheets4
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)
Other packages that cited googlesheets4 R package
View googlesheets4 citation profile
Other R packages that googlesheets4 depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
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  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns