# Test Package
# Author: Pawel Madej
# Date: 2019-12-13
# Backlog:
# - test github connection
getScoring <- function(predictFile) {
submitFile <- read.csv(predictFile, sep=",")
return( mean(submitFile[,2]) )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.