Description
The available data types have inconsistent formatting in their naming structure, e.g., age_comp and length_comp versus weight-at-age. It does not really matter to me what we choose except that it should be consistent. Does anyone have a preference of underscores, dash, or space? One nice thing about underscores is that if you want to keep consistency between objects and strings, then the name results in a valid R object because it is snake_case if you use underscores but it is invalid with dashes or spaces. If we choose to use a space, e.g., "age comp" then nothing would need to be modified for a figure unless we wanted to change it to composition.
Description
The available data types have inconsistent formatting in their naming structure, e.g., age_comp and length_comp versus weight-at-age. It does not really matter to me what we choose except that it should be consistent. Does anyone have a preference of underscores, dash, or space? One nice thing about underscores is that if you want to keep consistency between objects and strings, then the name results in a valid R object because it is snake_case if you use underscores but it is invalid with dashes or spaces. If we choose to use a space, e.g., "age comp" then nothing would need to be modified for a figure unless we wanted to change it to composition.