Links notes/events to student records.
Arguments
- notes
A tibble from
selma_notes().- students
A tibble from
selma_students().
Examples
if (FALSE) { # \dontrun{
con <- selma_connect()
notes_with_students <- selma_join_notes(
selma_notes(con), selma_students(con)
)
} # }
