R tools for cleaning, combining and analysing data collected by Influenzanet
Until a stable version of influenzanet is made available on CRAN, the easiest way to install the development version is to use the devtools package:
# install.packages("devtools")
library(devtools)
install_github("influenzanet",username="ntncmch")