Utilities for common data analysis tasks in the SensoriMotor Control Lab.
You can install packages from github with devtools
:
install.packages('devtools')
devtools::install_github("thartbm/SMCL")
While devtools
is very useful, there are a lot of dependencies involved. So you could consider using remotes
:
install.packages('remotes')
remotes::install_github('thartbm/SMCL')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.