Skip to contents

Links notes/events to student records.

Usage

selma_join_notes(notes, students)

Arguments

notes

A tibble from selma_notes().

students

A tibble from selma_students().

Value

A tibble with note and student columns joined.

Examples

if (FALSE) { # \dontrun{
con <- selma_connect()
notes_with_students <- selma_join_notes(
  selma_notes(con), selma_students(con)
)
} # }