parse_session_database: Parse Excel export of session data from the Fight for Peace...

Description Usage Arguments Value

View source: R/parse_df.R

Description

parse_session_database() parses the Fight for Peace session database export (from Excel) format into three separate frames, one for attendees, one for sessions, and one linking attendees to sessions attended.

Usage

1

Arguments

path

File path to Excel file

Value

List with three named components:

1
2
3
sessions: data frame of session information
attendance: data frame of attendee and session attended
attendees: data frame of attendee details

caldwellst/fightr documentation built on July 4, 2021, 8:50 a.m.