Skip to content

Commit

Permalink
More NEWS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed May 7, 2020
1 parent 0d1e7b9 commit 702abe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 702abe9

Please sign in to comment.