jonthegeek / rapid

R 'API' documents
https://rapid.api2r.org/
Other
6 stars 1 forks source link

Abstract more code into as_rapid_class #72

Closed jonthegeek closed 1 year ago

jonthegeek commented 1 year ago

Right now as_rapidclass() only works for lists. There are other repeated pieces in the as* functions, though. Turn as_rapid_class into a generic, and abstract more of the repetition out.