You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).