getSession: Select records from the database.

Description Usage Arguments Details Value Examples

Description

Constructs and runs a query to find sessions or students.

Usage

1
2

Arguments

...

Named values for fields in the sessions table.

Details

Current fields in the sessions table are "idnum", "name", "datetime", "contributed".

Current fields in the students table are "idnum", "name", "affiliation", "date", "title", "abstract", "confirmed", "summaryFile", "email", "submission", "language", "competition", "poster", "datetime", "session".

Value

A dataframe containing the results of the query.

Examples

1
2
getSession(idnum = 2)
getStudent(poster = TRUE, confirmed = TRUE)

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