Package read.cwa details
Convert 'Axivity' 'CWA' Files
Implements a converter for 'Axivity' Continuous Wave
'Accelerometer' ('CWA') data files
Maintainer: John Muschelli < muschellij2 at gmail.com >
From within R, enter citation('read.cwa')
To cite package 'read.cwa' in publications use:
John Muschelli (NA). read.cwa: Convert 'Axivity' 'CWA' Files. R
package version 0.2.1. https://github.com/muschellij2/read.cwa
A BibTeX entry for LaTeX users is
@Manual{,
title = {read.cwa: Convert 'Axivity' 'CWA' Files},
author = {John Muschelli},
note = {R package version 0.2.1},
url = {https://github.com/muschellij2/read.cwa},
}
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('read.cwa')
# from GitHub
osler_install('read.cwa', release = "stable", release_repo = "github")
osler_install('read.cwa', 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/read.cwa GitHub |
OslerinHealth GitHub | https://github.com/oslerinhealth/read.cwa GitHub |
Depends | R (2.10) |
Imports | R.utils, readr |
Suggests | knitr, rmarkdown, testthat (2.1.0), GGIR |