While the data formats and interfaces will be different for each discipline, there are a few conventions that we follow in general.
- The output data should be tidy.
- The output should be a
tibble
.
- All argument names and variable names should be in
snake_case
.
- The
print()
method should include a short description on what each row represents.