ceff-tech / ffc_api_client

An R client for the online Functional Flows Calculator API
https://ceff-tech.github.io/ffc_api_client
9 stars 3 forks source link

Suppress Warnings for rbindlist #26

Closed nickrsan closed 4 years ago

nickrsan commented 4 years ago

I'm following documentation and what I'm doing shouldn't trigger a warning, but it does. So we'll suppress them just for that call in convert_season_to_df (I think it's that call - check whole file).

nickrsan commented 4 years ago

Sidestepped this by having to fix another unfiled issue where a whole list of NULL values would disappear. We forced everything to NAs and the warnings went away and the conversion behaves better.

nickrsan commented 4 years ago

Was duplicate of #8