Read portion of the sheet
deaths_url <- gs4_example("deaths")
read_sheet(deaths_url, range = "A5:F15")
## # A tibble: 10 × 6
## Name Profession Age `Has kids` `Date of birth` `Date of death`
## <chr> <chr> <dbl> <lgl> <dttm> <dttm>
## 1 David Bo… musician 69 TRUE 1947-01-08 00:00:00 2016-01-10 00:00:00
## 2 Carrie F… actor 60 TRUE 1956-10-21 00:00:00 2016-12-27 00:00:00
## 3 Chuck Be… musician 90 TRUE 1926-10-18 00:00:00 2017-03-18 00:00:00
## 4 Bill Pax… actor 61 TRUE 1955-05-17 00:00:00 2017-02-25 00:00:00
## 5 Prince musician 57 TRUE 1958-06-07 00:00:00 2016-04-21 00:00:00
## 6 Alan Ric… actor 69 FALSE 1946-02-21 00:00:00 2016-01-14 00:00:00
## 7 Florence… actor 82 TRUE 1934-02-14 00:00:00 2016-11-24 00:00:00
## 8 Harper L… author 89 FALSE 1926-04-28 00:00:00 2016-02-19 00:00:00
## 9 Zsa Zsa … actor 99 TRUE 1917-02-06 00:00:00 2016-12-18 00:00:00
## 10 George M… musician 53 FALSE 1963-06-25 00:00:00 2016-12-25 00:00:00