reconhub / incidence

☣:chart_with_upwards_trend::chart_with_downwards_trend:☣ Compute and visualise incidence
https://reconhub.github.io/incidence
Other
58 stars 13 forks source link

Function that returns data.frame #113

Closed ffinger closed 5 years ago

ffinger commented 5 years ago

A simple function that returns a data.frame containing columns date, count and group from an incidence object would be very useful.

zkamvar commented 5 years ago

Try as.data.frame :)

Sent from my iPhone

On May 14, 2019, at 18:37, ffinger notifications@github.com wrote:

A simple function that returns a data.frame containing columns date, count and group from an incidence object would be very useful.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ffinger commented 5 years ago

Lol, was checking if as.data.frame.incidence existed, but that was not enough apparently ;)