Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for nested database fields #158
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
I think we could add support for something like this: nested_tbl %>% mutate(a = b$a) If you're interested in this feature, the most helpful think would be to provide a bulleted for each database linking to the docs for nested fields |
This comment has been minimized.
This comment has been minimized.
I think that's enough to suggest that we can translate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is increasingly common for databases to support unstructured data, for instance, in Apache Spark or Apache Drill; however, to my knowledge this might not be supported in
dbplyr
, is it?A common case is to selected nested fields from within a field, two examples:
sparklyr
.