write_blackboard_hw_grades: Write Homework Grades in the style of Compass2g (Blackboard)

Description Usage Arguments Value Examples

Description

Generate a Comma-Separated-Values (CSV) file containing the grades for one homework assignment.

Usage

1
write_blackboard_hw_grades(grades, hw_name = "hw01", output_dir = ".")

Arguments

grades

Location of the files to be read into R.

pattern

The file extension or pattern to match. Default 'NULL' returns all files in a directory.

delim

The delimiter between successive observations. Default ','.

Value

A 'tibble' containing grades and a CSV on file system.

Examples

1
2
3
4
5
6
## Not run: 
write_blackboard_hw_grades(grades)
write_blackboard_hw_grades(grades, hw_name = "hw03")
write_blackboard_hw_grades(grades, hw_name = "hw02", output_dir = "hw/hw02")

## End(Not run)

coatless/coursetools documentation built on May 25, 2019, 3:26 p.m.