-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedtech.Rmd
More file actions
28 lines (25 loc) · 1012 Bytes
/
edtech.Rmd
File metadata and controls
28 lines (25 loc) · 1012 Bytes
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
# EdTech Software
The following are tools and software we've designed to make training more streamlined and reproducible. They have the `edtech-software` tag.
```{r, echo = FALSE, message = FALSE, warning = FALSE}
source("scripts/render_collection.R")
DT::datatable(
make_collection_table(kable = FALSE, include = "edtech-software"), # must include "edtech-software" tag from github
escape = FALSE,
# Make cell values html enabled
rownames = FALSE,
# Remove 1, 2, 3 labels
options = list(
autowidth = TRUE,
search = list(regex = TRUE),
pageLength = 100,
# Show 100 results
dom = 'ft',
# Don't allow to change how many results are displayed
# dom = "Qlfrtip",
# searchBuilder = TRUE,
search = list(return = TRUE)
)
)
```
<br><br><br>
Check out our [FAQ](https://hutchdatascience.org/DaSL_Collection/faq.html) to learn how to contribute to the DaSL Collection. Learn about the authors [here](https://hutchdatascience.org/DaSL_Collection/about-the-authors.html).