From 702abe932f7455d4505a5f01230b4c1997ef86ab Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Thu, 7 May 2020 15:33:50 -0700 Subject: [PATCH] More NEWS tweaks --- NEWS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index b0059a1cd..8e166f6dd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # googlesheets4 0.2.0 -## Articles +googlesheets4 can now write and modify Sheets. Several new articles are available at [googlesheets4.tidyverse.org](https://googlesheets4.tidyverse.org/articles/index.html). @@ -17,10 +17,6 @@ The addition of write/edit functionality resulted in many new functions and the Any function present in the previous CRAN release, v0.1.1, still works, but triggers a warning with strong encouragement to switch to the current name. -## Printing a Sheet ID - -The print method for `sheets_id` objects now attempts to reveal the current Sheet metadata available via `gs4_get()`, i.e. it makes an API call (but it should never error). - ## Write Sheets googlesheets4 now has very broad capabilities around Sheet creation and modification. These functions are ready for general use but are still marked experimental, as they may see some refinement based on user feedback. @@ -60,6 +56,10 @@ The `sheet_*()` family of functions operate on the (work)sheets inside an existi `range_autofit()` adjusts column width or row height to fit the data. This only affects the display of a sheet and does not change values or dimensions. +## Printing a Sheet ID + +The print method for `sheets_id` objects now attempts to reveal the current Sheet metadata available via `gs4_get()`, i.e. it makes an API call (but it should never error). + ## Other changes and additions `gs_formula()` implements a vctrs S3 class for storing Sheets formulas.