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

When only one column of results only returns first row #31

Closed
MarkEdmondson1234 opened this issue Mar 2, 2017 · 0 comments
Closed

When only one column of results only returns first row #31

MarkEdmondson1234 opened this issue Mar 2, 2017 · 0 comments

Comments

@MarkEdmondson1234
Copy link
Collaborator

MarkEdmondson1234 commented Mar 2, 2017

The data is returned in the API but the type conversion data parsing in R only recognises first row

library(bigQueryR)
bqr_auth()

result <- bqr_query("big-query-r","samples",
                     "SELECT repository.url FROM [publicdata:samples.github_nested] LIMIT 10")

##result is only 1 result, not 10
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