README.md

Sample Package

This package provides a template for the exam Coding for Data Science and Data Management, R module (2019/2020), Master in Data Science and Economics, University of Milan.

Installation

# first install the R package "devtools" if not installed
devtools::install_github('unimi-dse/15f07018')

Dataset

The package provides a dataset containing the ids for the exam Coding for Data Science and Data Management, R module (2019/2020) from https://github.com/unimi-dse

# dataset documentation
?sample::repo

Usage

# load the package
require(sample)

Grade

The function grade() evaluates the projects of the exam Coding for Data Science and Data Management, R module (2019/2020) from https://github.com/unimi-dse. It supports grading multiple (all) projects at once, and storing results into a csv file. Type ?grade for a complete description of the function and its arguments.

Note: running the function several times or grading many projects at once may raise the error "API rate limit exceeded [...]". If so, create a GitHub token to authenticate requests and increase your rate limit, as explained in the error message.

Fibonacci

The function fibonacci() is implemented in C++ and computes the Fibonacci Sequence.

fibonacci(15)

Shiny App

The function sampleGUI() runs a Graphical User Interface to evaluate the projects from https://github.com/unimi-dse

sampleGUI()


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