read_in_data: Read in csvs

Description Usage Arguments Value

View source: R/read_in_data.R

Description

Read in csvs

Usage

1
2
3
4
5
6
read_in_data(
  faculty_csv,
  student_csv,
  f_unavail_csv = NULL,
  already_met_csv = NULL
)

Arguments

faculty_csv

csv of faculty interests

student_csv

csv of student interests

f_unavail_csv

csv of faculty unavailability

already_met_csv

csv of faculty students have already met with

Value

list with dataframes for each csv


zenalapp/matchathon documentation built on Oct. 28, 2020, 5:55 a.m.