loadSessions: Load SSC data from CSV file.

Description Usage Arguments Details Value

Description

Loads data into the table from files obtained from the SSC database.

Usage

1
2
3
4
5
6
loadSessions(
csv = paste0("~/work/SSC/StudentAwards/Student Presentation Awards/Competition 2017/",
             "ContributedPresentations-ForKevin-final.csv"))
loadTiming(
csv = paste0("~/work/SSC/StudentAwards/Student Presentation Awards/Competition 2017/",
             "ContributedPresentations-Schedule-final-2.csv"))

Arguments

csv

The file to load from.

Details

The sessions file is assumed to have these column headings: "Date, StartTime, EndTime, SpeakerStart, SpeakerEnd, Node ID, Type of Presentation, Speaker, Session, Consideration for Student Presentation Award, Sponsor, SessionChair".

The timings file is assumed to have these column headings: "Date, StartTime, EndTime, SpeakerStart, SpeakerEnd, Node ID, Speaker, Presentation Title, Abstract, Type of Presentation, Keywords, Co-authors, Additional Speakers, Session, Consideration for Student Presentation Award, Updated, Translation State, Sponsor, SessionChair".

Value

Called for the side effect of updating the database.


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