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

[R] Implement schema extraction function #35542

Closed
thisisnic opened this issue May 11, 2023 · 0 comments · Fixed by #35543
Closed

[R] Implement schema extraction function #35542

thisisnic opened this issue May 11, 2023 · 0 comments · Fixed by #35543

Comments

@thisisnic
Copy link
Member

Describe the enhancement requested

See #35071 for rationale

Component(s)

R

@thisisnic thisisnic self-assigned this May 11, 2023
@nealrichardson nealrichardson changed the title [R] Impement schema extraction function [R] Implement schema extraction function May 12, 2023
thisisnic added a commit that referenced this issue Jun 23, 2023
``` r
library(arrow)
mtcarrow <- arrow_table(mtcars)
schema(mtcarrow)
#> Schema
#> mpg: double
#> cyl: double
#> disp: double
#> hp: double
#> drat: double
#> wt: double
#> qsec: double
#> vs: double
#> am: double
#> gear: double
#> carb: double
#> 
#> See $metadata for additional Schema metadata
```

<sup>Created on 2023-05-11 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>

* Closes: #35542

Lead-authored-by: Nic Crane <thisisnic@gmail.com>
Co-authored-by: Dewey Dunnington <dewey@dunnington.ca>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
@thisisnic thisisnic added this to the 13.0.0 milestone Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant