newStudent: Add a new student

Description Usage Arguments Value Examples

Description

Add a new student to the database when the registration message is received.

Usage

1
2
3
4
5
6
7
8
9
newStudent(name,
          affiliation = "",
          date = Sys.Date(),
          title = NA_character_,
          abstract = NA_character_,
          confirmed = FALSE,
          email = "",
          summaryFile = NA_character_,
          datetime = NA, sessionId = NA)

Arguments

name

The student's name, surname first.

affiliation

The university of the student.

date

Date of registration.

title, abstract

Title and abstract of talk/poster

confirmed

Has confirmation been received from supervisor?

email

The student's email address

summaryFile

Filename of summary document received from student.

datetime, sessionId

When is the talk?

Value

A data frame containing all student records, in order of registration.

Examples

1
2
3
4
## Not run: 
newStudent("Trump, Donald", "Trump University")

## End(Not run)

dmurdoch/SSCcompetition documentation built on May 15, 2019, 9:37 a.m.