blairj09 / cryptor

An R wrapper for the CryptoCompare API.
https://blairj09.github.io/cryptor
Other
7 stars 6 forks source link

Parse JSON into proper R classes #1

Closed blairj09 closed 6 years ago

blairj09 commented 6 years ago

Currently, when JSON is parsed into tibbles, most columns are parsed as character columns. Instead, ensure columns that should be other classes are correctly parsed / converted into those classes.