-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathgooglesheets4-package.Rd
31 lines (27 loc) · 1.22 KB
/
googlesheets4-package.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/googlesheets4-package.R
\docType{package}
\name{googlesheets4-package}
\alias{googlesheets4}
\alias{googlesheets4-package}
\title{googlesheets4: Access Google Sheets using the Sheets API V4}
\description{
\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}
Interact with Google Sheets through the Sheets API v4 \url{https://developers.google.com/sheets/api}. "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.
}
\seealso{
Useful links:
\itemize{
\item \url{https://googlesheets4.tidyverse.org}
\item \url{https://github.com/tidyverse/googlesheets4}
\item Report bugs at \url{https://github.com/tidyverse/googlesheets4/issues}
}
}
\author{
\strong{Maintainer}: Jennifer Bryan \email{[email protected]} (\href{https://orcid.org/0000-0002-6983-2759}{ORCID})
Other contributors:
\itemize{
\item Posit Software, PBC [copyright holder, funder]
}
}
\keyword{internal}