# Uses subset of the VLE data set for example
combined_dataset(module = "AAA", presentation = "2013J",
repeat_students = "remove", withdrawn_students = "remove",
demographics = TRUE, registration = TRUE,
assessment = TRUE, na.rm = FALSE,
VLE = "weekly", VLE_clicks = "total",
example_data = TRUE)
# \donttest{
# Slow to run as it loads the full VLE data set
combined_dataset(module = "BBB", presentation = "2013J",
repeat_students = "remove", withdrawn_students = "remove",
demographics = TRUE, registration = FALSE,
assessment = TRUE, na.rm = FALSE,
VLE = "activity", VLE_clicks = "standardise1",
week_begin = -4, week_end = 14, example_data = FALSE)# }
Run the code above in your browser using DataLab