Left joins a grade results tibble with a grade objects tibble on
grade_object_id and org_unit_id.
Examples
if (FALSE) { # \dontrun{
grades <- bs_get_dataset("Grade Results")
objects <- bs_get_dataset("Grade Objects")
bs_join_grades_objects(grades, objects)
} # }