Skip to content

Commit

Permalink
urlchecker::url_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 23, 2023
1 parent 10fa86b commit 8378f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Please note that the googlesheets4 project is released with a [Contributor Code
googlesheets4 draws on and complements / emulates other packages in the tidyverse:

* [googlesheets](https://cran.r-project.org/package=googlesheets) is the package that googlesheets4 replaces. Main improvements in googlesheets4: (1) wraps the current, most modern Sheets API; (2) leaves all "whole file"
operations to googledrive; and (3) uses shared infrastructure for auth and more, from the gargle package. The v3 API wrapped by googlesheets is deprecated. [Starting in April/May 2020](https://cloud.google.com/blog/products/g-suite/migrate-your-apps-use-latest-sheets-api),
operations to googledrive; and (3) uses shared infrastructure for auth and more, from the gargle package. The v3 API wrapped by googlesheets is deprecated. [Starting in April/May 2020](https://workspace.google.com/blog/product-announcements/migrate-your-apps-use-latest-sheets-api),
features will gradually be disabled and it's anticipated the API will fully
shutdown in September 2020. At that point, the original googlesheets
package must be retired.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ some initial data.
(ss <- gs4_create("fluffy-bunny", sheets = list(flowers = head(iris))))
#> ✔ Creating new Sheet: "fluffy-bunny".
#> Spreadsheet name: fluffy-bunny
#> ID: 1EvVyj_fABQiNEEqdZ6wZeA0po6E-6fE3PQJHZ0J1pY4
#> ID: 1e11N05mAALaEWLSFF2BMuXIRHyj9U5RG4zDBkE05wE4
#> Locale: en_US
#> Time zone: Etc/GMT
#> # of sheets: 1
Expand All @@ -181,7 +181,7 @@ head(mtcars) %>%
#> ✔ Writing to sheet 'autos'.
ss
#> Spreadsheet name: fluffy-bunny
#> ID: 1EvVyj_fABQiNEEqdZ6wZeA0po6E-6fE3PQJHZ0J1pY4
#> ID: 1e11N05mAALaEWLSFF2BMuXIRHyj9U5RG4zDBkE05wE4
#> Locale: en_US
#> Time zone: Etc/GMT
#> # of sheets: 2
Expand Down Expand Up @@ -236,7 +236,7 @@ tidyverse:
leaves all “whole file” operations to googledrive; and (3) uses shared
infrastructure for auth and more, from the gargle package. The v3 API
wrapped by googlesheets is deprecated. [Starting in April/May
2020](https://cloud.google.com/blog/products/g-suite/migrate-your-apps-use-latest-sheets-api),
2020](https://workspace.google.com/blog/product-announcements/migrate-your-apps-use-latest-sheets-api),
features will gradually be disabled and it’s anticipated the API will
fully shutdown in September 2020. At that point, the original
googlesheets package must be retired.
Expand Down

0 comments on commit 8378f2f

Please sign in to comment.