-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
30 lines (29 loc) · 825 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated by roxygen2: do not edit by hand
export(VLE_learning_classification)
export(combined_dataset)
export(convert_VLE)
export(dataset_VLE_activity)
export(dataset_VLE_time)
export(dataset_assessment)
export(dataset_demographics)
export(dataset_registration)
export(load_github_modified)
export(path_to_file)
importFrom(dplyr,"filter")
importFrom(dplyr,"mutate")
importFrom(dplyr,"mutate_all")
importFrom(dplyr,"mutate_at")
importFrom(dplyr,"rowwise")
importFrom(dplyr,"select")
importFrom(dplyr,"tibble")
importFrom(httr,"GET")
importFrom(httr,"content")
importFrom(httr,"stop_for_status")
importFrom(httr,"timeout")
importFrom(magrittr,"%>%")
importFrom(stats,"aggregate")
importFrom(stats,"na.omit")
importFrom(stats,"sd")
importFrom(tidyr,"pivot_wider")
importFrom(tidyr,"replace_na")
importFrom(utils,"read.csv")