Skip to content

Commit 702abe9

Browse files
committed
More NEWS tweaks
1 parent 0d1e7b9 commit 702abe9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# googlesheets4 0.2.0
22

3-
## Articles
3+
googlesheets4 can now write and modify Sheets.
44

55
Several new articles are available at [googlesheets4.tidyverse.org](https://googlesheets4.tidyverse.org/articles/index.html).
66

@@ -17,10 +17,6 @@ The addition of write/edit functionality resulted in many new functions and the
1717

1818
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.
1919

20-
## Printing a Sheet ID
21-
22-
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).
23-
2420
## Write Sheets
2521

2622
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
6056

6157
`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.
6258

59+
## Printing a Sheet ID
60+
61+
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).
62+
6363
## Other changes and additions
6464

6565
`gs_formula()` implements a vctrs S3 class for storing Sheets formulas.

0 commit comments

Comments
 (0)