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.
# first install the R package "devtools" if not installed
devtools::install_github('unimi-dse/15f07018')
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
# load the package
require(sample)
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.
The function fibonacci()
is implemented in C++ and computes the Fibonacci Sequence.
fibonacci(15)
The function sampleGUI()
runs a Graphical User Interface to evaluate the projects from https://github.com/unimi-dse
sampleGUI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.