SPI-Birds / pipelines

Pipelines for generating a standard data format for bird data
2 stars 6 forks source link

Standardise internal pipeline functions #128

Open LiamDBailey opened 3 years ago

LiamDBailey commented 3 years ago

Current internal functions like calc_age and calc_clutchtype have different behaviours, one takes and returns a data frame the other takes and returns vector(s). We need to create a standard so that all internal functions behave in a predictable way.

We can add our standards for internal functions to the document created with #127

LiamDBailey commented 3 years ago

@zuzulaz could you also create some tests for these functions once they're standardised?