Skip to content

Commit 0661a19

Browse files
committed
Add Walkthrough 08 data
1 parent 6901fd7 commit 0661a19

10 files changed

+206664
-29
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.csv filter=lfs diff=lfs merge=lfs -text
2+
*.Rds filter=lfs diff=lfs merge=lfs -text

R/data.R

+48
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,54 @@
318318
#' str(dataedu::child_counts)
319319
"child_counts"
320320

321+
#' Walkthrough 08 - Open University Learning Analytics Dataset - Virtual Learning Environment
322+
#'
323+
#' Walkthrough 08 - Virtual learning environment (VLE)
324+
#' log-trace data.
325+
#'
326+
#'
327+
#' @name oulad_interactions_filtered
328+
#' @docType data
329+
#' @format Dataset of class \code{tibble}.
330+
#' @source Open University Learning Analytics Dataset <https://analyse.kmi.open.ac.uk/open-dataset>
331+
#' @keywords datasets
332+
#' @examples
333+
#'
334+
#' str(dataedu::oulad_interactions_filtered)
335+
"oulad_interactions_filtered"
336+
337+
#' Walkthrough 08 - Open University Learning Analytics Dataset - Student Data
338+
#'
339+
#' Walkthrough 08 - Information from three sources that relate to students and
340+
#' the courses they took: `studentInfo`, `courses`, and `studentRegistration`.
341+
#'
342+
#'
343+
#' @name oulad_students
344+
#' @docType data
345+
#' @format Dataset of class \code{tibble}.
346+
#' @source Open University Learning Analytics Dataset <https://analyse.kmi.open.ac.uk/open-dataset>
347+
#' @keywords datasets
348+
#' @examples
349+
#'
350+
#' str(dataedu::oulad_students)
351+
"oulad_students"
352+
353+
#' Walkthrough 08 - Open University Learning Analytics Dataset - Assessment Data
354+
#'
355+
#' Walkthrough 08 - Provides data on students' performance on various assessments
356+
#' throughout their courses.
357+
#'
358+
#'
359+
#' @name oulad_assessments
360+
#' @docType data
361+
#' @format Dataset of class \code{tibble}.
362+
#' @source Open University Learning Analytics Dataset <https://analyse.kmi.open.ac.uk/open-dataset>
363+
#' @keywords datasets
364+
#' @examples
365+
#'
366+
#' str(dataedu::oulad_assessments)
367+
"oulad_assessments"
368+
321369
#' All packages used in Data Science in Education Using R
322370
#'
323371
#' @name dataedu_packages

README.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ a <- data(package = "dataedu")
107107
a$result[ , 3:4]
108108
```
109109

110-
If you would like to download the data in non-`.Rds` (RData) format, the CSV and JSON formats are available under [`inst/extdata`](https://github.com/data-edu/dataedu/tree/master/inst/extdata). Please note that `all_files` is not included because of how large the file would be.
110+
If you would like to download the data in non-`.Rds` (RData) format, the CSV and JSON formats are available under [`inst/extdata`](https://github.com/data-edu/dataedu/tree/master/inst/extdata). Please note that `all_files` and `oulad_interactions_filtered` are not included because of their size.
111111

112112
### Using the {dataedu} Theme and Palette
113113

@@ -130,4 +130,4 @@ The font for the DSIEUR graphs is Cabin and available [here](https://fonts.googl
130130
## Contact
131131

132132
* Please report ideas or issues on the [Issues page](https://github.com/data-edu/dataedu/issues). If possible, make your post reproducible using the [{reprex}](https://github.com/tidyverse/reprex) package.
133-
* Send any pull requests on the [Github repository](https://github.com/data-edu/dataedu).
133+
* Send any pull requests on the [Github repository](https://github.com/data-edu/dataedu).

README.md

+33-27
Original file line numberDiff line numberDiff line change
@@ -151,38 +151,44 @@ a$result[ , 3:4]
151151
#> [12,] "district_tidy_df"
152152
#> [13,] "frpl_pdf"
153153
#> [14,] "ma_data_init"
154-
#> [15,] "pre_survey"
155-
#> [16,] "race_pdf"
156-
#> [17,] "sci_mo_processed"
157-
#> [18,] "sci_mo_with_text"
158-
#> [19,] "tt_tweets"
159-
#> Title
160-
#> [1,] "Walkthrough 04 - Students with Disabilities Counts - Combined List"
161-
#> [2,] "Walkthrough 04 - Students with Disabilities Counts - 2012"
162-
#> [3,] "Walkthrough 04 - Students with Disabilities Counts - 2013"
163-
#> [4,] "Walkthrough 04 - Students with Disabilities Counts - 2014"
164-
#> [5,] "Walkthrough 04 - Students with Disabilities Counts - 2015"
165-
#> [6,] "Walkthrough 04 - Students with Disabilities Counts - 2016"
166-
#> [7,] "Walkthrough 04 - Students with Disabilities Counts - 2017-18"
167-
#> [8,] "Walkthrough 04 - Students with Disabilities Counts - Combined Data Frame"
168-
#> [9,] "Walkthrough 01 - Course Data"
169-
#> [10,] "Walkthrough 01 - Course Minutes"
170-
#> [11,] "Walkthrough 03 - Merged Ethnicity and FRPL District Data"
171-
#> [12,] "Walkthrough 03 - Merged and Tidy Ethnicity and FRPL District Data"
172-
#> [13,] "Walkthrough 03 - Tabulizer Output from FRPL PDF"
173-
#> [14,] "Foundational Skills Data"
174-
#> [15,] "Walkthrough 01 - Pre-Survey"
175-
#> [16,] "Walkthrough 03 - Tabulizer Output from Race PDF"
176-
#> [17,] "Walkthrough 01 - Student Motivation (Processed)"
177-
#> [18,] "Walkthrough 01 - Student Motivation (Processed and With Text)"
178-
#> [19,] "Walkthrough 12 - Tweet Data"
154+
#> [15,] "oulad_assessments"
155+
#> [16,] "oulad_interactions_filtered"
156+
#> [17,] "oulad_students"
157+
#> [18,] "pre_survey"
158+
#> [19,] "race_pdf"
159+
#> [20,] "sci_mo_processed"
160+
#> [21,] "sci_mo_with_text"
161+
#> [22,] "tt_tweets"
162+
#> Title
163+
#> [1,] "Walkthrough 04 - Students with Disabilities Counts - Combined List"
164+
#> [2,] "Walkthrough 04 - Students with Disabilities Counts - 2012"
165+
#> [3,] "Walkthrough 04 - Students with Disabilities Counts - 2013"
166+
#> [4,] "Walkthrough 04 - Students with Disabilities Counts - 2014"
167+
#> [5,] "Walkthrough 04 - Students with Disabilities Counts - 2015"
168+
#> [6,] "Walkthrough 04 - Students with Disabilities Counts - 2016"
169+
#> [7,] "Walkthrough 04 - Students with Disabilities Counts - 2017-18"
170+
#> [8,] "Walkthrough 04 - Students with Disabilities Counts - Combined Data Frame"
171+
#> [9,] "Walkthrough 01 - Course Data"
172+
#> [10,] "Walkthrough 01 - Course Minutes"
173+
#> [11,] "Walkthrough 03 - Merged Ethnicity and FRPL District Data"
174+
#> [12,] "Walkthrough 03 - Merged and Tidy Ethnicity and FRPL District Data"
175+
#> [13,] "Walkthrough 03 - Tabulizer Output from FRPL PDF"
176+
#> [14,] "Foundational Skills Data"
177+
#> [15,] "Walkthrough 08 - Open University Learning Analytics Dataset - Assessment Data"
178+
#> [16,] "Walkthrough 08 - Open University Learning Analytics Dataset - Virtual Learning Environment"
179+
#> [17,] "Walkthrough 08 - Open University Learning Analytics Dataset - Student Data"
180+
#> [18,] "Walkthrough 01 - Pre-Survey"
181+
#> [19,] "Walkthrough 03 - Tabulizer Output from Race PDF"
182+
#> [20,] "Walkthrough 01 - Student Motivation (Processed)"
183+
#> [21,] "Walkthrough 01 - Student Motivation (Processed and With Text)"
184+
#> [22,] "Walkthrough 12 - Tweet Data"
179185
```
180186

181187
If you would like to download the data in non-`.Rds` (RData) format, the
182188
CSV and JSON formats are available under
183189
[`inst/extdata`](https://github.com/data-edu/dataedu/tree/master/inst/extdata).
184-
Please note that `all_files` is not included because of how large the
185-
file would be.
190+
Please note that `all_files` and `oulad_interactions_filtered` are not
191+
included because of their size.
186192

187193
### Using the {dataedu} Theme and Palette
188194

data/oulad_interactions_filtered.rda

11.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)