New reports generation module (echopop.extensions.FEATReports) which comprises a series of helper functions that all feed into a central FEATReports class
The associated *.xlsx files are produced at the defined directory path via FEATReports.generate(), which can be tuned to produce a subset of the reports if needed
Fleshed out docstring documentation
An example notebook (and therefore documentation) to demonstrate how FEATReports is used for generating these reports
This PR adds:
echopop.extensions.FEATReports
) which comprises a series of helper functions that all feed into a centralFEATReports
class*.xlsx
files are produced at the defined directory path viaFEATReports.generate()
, which can be tuned to produce a subset of the reports if neededFEATReports
is used for generating these reports