snhu_tidy_assignments: Tidy raw assignment data from SNHU

Description Usage Arguments Details

Description

Allows users to take raw SNHU assignment data and create a usable dataframe for analysis

Usage

1
snhu_tidy_assignments(file_name, course = "SCI-200", term = "17EW4")

Arguments

file_name

A character string. This is the name of the file within your current working directory that has the data you want. it needs to be a .csv file, NOT the original .xlsx file that SNHU sends.

course

A character string. This is the name of the course that you want to include.

term

A character string. This is the name of the term that you want to include.

Details

'snhu_tidy_assignments' allows users to take the raw SNHU assignment data and create a dataframe that has one row per student. Each row will include every assignment included in the OVERALL data. This means that some students may have NA values for some assignments. This is not a problem.


plduffy/rsoomo documentation built on May 26, 2019, 12:32 a.m.