Package nsrr details
Interface to National Sleep Research Resource
Allows users to access data from the National Sleep
Research Resource ('NSRR')
Maintainer: John Muschelli < muschellij2 at gmail.com >
From within R, enter citation('nsrr')
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('nsrr')
# from GitHub
neuro_install('nsrr', release = "stable", release_repo = "github")
neuro_install('nsrr', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | February 15 2019 4:49PM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/muschellij2/nsrr GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/nsrr GitHub |
Imports | httr, jsonlite, tools, digest, stats, utils |
Suggests | covr, DT, knitr, rmarkdown, testthat, xml2, rvest, readr |