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')
To cite package 'nsrr' in publications use:
John Muschelli (NA). nsrr: Interface to National Sleep Research
Resource. R package version 0.1.5.
https://github.com/muschellij2/nsrr
A BibTeX entry for LaTeX users is
@Manual{,
title = {nsrr: Interface to National Sleep Research Resource},
author = {John Muschelli},
note = {R package version 0.1.5},
url = {https://github.com/muschellij2/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://oslerinhealth.org/oslerLite.R")
# Default Install
osler_install('nsrr')
# from GitHub
osler_install('nsrr', release = "stable", release_repo = "github")
osler_install('nsrr', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | April 28 2021 10:00AM |
Last updated on | April 28 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/muschellij2/nsrr GitHub |
OslerinHealth GitHub | https://github.com/oslerinhealth/nsrr GitHub |
Imports | httr, jsonlite, tools, digest, stats, utils |
Suggests | covr, DT, knitr, rmarkdown, testthat, xml2, rvest, readr |