Closed maelle closed 8 years ago
(for now I deal with the issue by transforming my tbl_df tables using as.data.frame)
Example here https://github.com/masalmon/Ropenaq/blob/master/develop/using_openair.R
I also need to write this somewhere: your package is really cool! it's such a pleasure to play with the plotting functions!
strange - there should not be any problem with this as tbls from dplyr are fully compatible with data frames. All your code works fine for me. Is it worth checking you have up to date R + packages? Could you try your code in a clean R session also?
Oh thanks, I seem to not to have up-to-date R and I have no admin rights... Well I'll keep converting for a while but write in my code that it's only a problem on my PC, thanks!
timePlot does not seem to work with objects of the class tbl_df from the useful dplyr package.
The second timePlot call outputs "unknown name".
Why is it so?
Thanks a lot in advance!