The number of helper files has become unnecessarily large. Many helper functions are short and don't need to be in their own file.
This PR moves small helper functions to the file helpers_smallFunctions.R to clean up the directory R. It also adds/modifies the roxygen docstrings for these helpers.
@thomas-muench If you agree with the changes proposed here, feel free to merge the PR and delete the branch.
The number of helper files has become unnecessarily large. Many helper functions are short and don't need to be in their own file.
This PR moves small helper functions to the file
helpers_smallFunctions.R
to clean up the directoryR
. It also adds/modifies the roxygen docstrings for these helpers.@thomas-muench If you agree with the changes proposed here, feel free to merge the PR and delete the branch.