Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coerce into tibbles #25

Open
howardbaik opened this issue Nov 21, 2023 · 0 comments
Open

Coerce into tibbles #25

howardbaik opened this issue Nov 21, 2023 · 0 comments
Assignees

Comments

@howardbaik
Copy link
Contributor

howardbaik commented Nov 21, 2023

Some functions output data frames that contain unnecessary row names and fill up the console, which makes it hard to look at. Instead, let's output tibbles using tibble::as_tibble().

googlesheets4 does this here. That line makes the spread_sheet_impl_() spit out a tibble, and spread_sheet_impl_() is used inside range_read() (a.k.a read_sheet())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant