You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(googlesheets4)
gs4_deauth()
students<- read_sheet("https://rstd.io/r4ds-students")
#> Error in `gargle_abort_request_failed()`:#> ! Client error: (404) NOT_FOUND#> • A specified resource is not found, or the request is rejected by undisclosed#> reasons, such as whitelisting.#> • Requested entity was not found.
Currently reading from a short link (e.g., this sheet: https://rstd.io/r4ds-students) gives an error.
Created on 2022-06-09 by the reprex package (v2.0.1)
It would be nice to support reading from shortlinks, particularly for teaching & documentation scenarios.
The text was updated successfully, but these errors were encountered: