epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

Improve DataClass documentation #272

Closed seabbs closed 3 years ago

seabbs commented 3 years ago

The functionality in the general methods for DataClass is currently undocumented. This makes it difficult for new users to understand what is happening in the package. Ideally each public method would be documented with a clear description of what it does and the scenarios in which a child data class might override it.