Skip to content

API call returns data frame instead of string #58

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

Closed
willtownes opened this issue Oct 27, 2022 · 1 comment · Fixed by #99
Closed

API call returns data frame instead of string #58

willtownes opened this issue Oct 27, 2022 · 1 comment · Fixed by #99
Assignees
Labels
P1 medium priority

Comments

@willtownes
Copy link
Contributor

Currently calling the fetch_csv function returns a string representation of the CSV, it would make it easier for users if it was automatically parsed into a data frame or some other appropriate data structure.

@brookslogan
Copy link
Contributor

This is the purpose of the fetch_df and fetch_tbl functions. If we're using fetch_csv in any examples and vignettes, we should move to using fetch_tbl instead.

@brookslogan brookslogan added the P1 medium priority label Nov 16, 2022
@dshemetov dshemetov self-assigned this May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 medium priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants