grade: Grade

Description Usage Arguments Value Examples

View source: R/grade.R

Description

Assigns a grade (pass/fail) to the projects for the exam "Coding for Data Science and Data Management", R module (2019/2020). Master in Data Science and Economics, University of Milan.

Usage

1
grade(ids = NULL, file = NULL, verbose = TRUE)

Arguments

ids

character. One or more repo ids to check. If NULL (the default) checks all repositories. See also repo

file

character. Filename to store results (csv format)

verbose

logical. Print on progress?

Value

data.frame

id

GitHub repo id

pkg

Name of the package

grade

PASS or FAIL

Examples

1
2
3
4
## Not run: 
 grade()

## End(Not run)

unimi-dse/15f07018 documentation built on Feb. 19, 2020, 2:03 a.m.