Update README.md

This commit is contained in:
agdamsbo 2021-03-18 08:16:53 +01:00 committed by GitHub
parent afedaf4602
commit bfc4ca0da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,15 @@ R functions for inspiration.
I'm currently doing my Phd at the Aarhus University in the field of clinical neuroscience. Feel free to use or be inspired. I'm currently doing my Phd at the Aarhus University in the field of clinical neuroscience. Feel free to use or be inspired.
## Using the package
The package can be downloaded into R using the command: The package can be downloaded into R using the command:
``` ```
library(devtools)
install_github("agdamsbo/daDoctoR") install_github("agdamsbo/daDoctoR")
```
## To-do
I'm currently working on improving the code to be more universal
- Include sample data to use with special functions
- Include coding examples with all functions