pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
415 stars 36 forks source link

feat: `<Series>$struct$fields` #1002

Closed eitsupi closed 2 months ago

eitsupi commented 2 months ago

Part of #998

Previously, there was no way to add Series-specific methods to the Series subnamespace, so I have added the new functionality. This should be sufficient since there are so few of them.

eitsupi commented 2 months ago

Note about the R CMD check error: r-lib/R6#230