knitr::opts_chunk$set(echo = TRUE)

herzog is an R package designed to automatically scrape Herzog assessment results from the assessment_summary page for your organization.

Get results

get_herzog_results takes the assessment summary url and returns a data frame where each row is an assessment.

devtools::install_github("context-dependent/herzog")

library(tidyverse)
library(herzog)


url <- "https://bpade.essentialskillsgroup.com/custom_reports/assessment_summary.php"

herzog_results <- get_herzog_results(url)

knitr::kable(head(herzog_results), format = "markdown")

The returned table has 7 meaningful columns:



context-dependent/herzog documentation built on Nov. 10, 2019, 7:23 p.m.