Skip to content

Commit

Permalink
update package name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmigueles committed May 25, 2022
1 parent aec7049 commit f34a5df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@

# actigraphcounts
# actilifecounts

<!-- badges: start -->
<!-- badges: end -->

The goal of actigraphcounts is to generate [ActiGraph](https://actigraphcorp.com/)
The goal of actilifecounts is to generate [ActiGraph](https://actigraphcorp.com/)
activity counts as described by [Ali Neishabouri et al.](https://www.researchsquare.com/article/rs-1370418/v1)

The actigraphcounts R package is mostly a translation of the python-based [agcounts](https://github.com/actigraph/agcounts) module.
The actilifecounts R package is mostly a translation of the python-based [agcounts](https://github.com/actigraph/agcounts) module.

Additional features of the actigraphcounts package include the possibility of
Additional features of the actilifecounts package include the possibility of
calculating activity counts from any accelerometer brand, with a more flexible
approach to handle different sampling frequencies.

## Installation

You can install the development version of actigraphcounts from [GitHub](https://github.com/) with:
You can install the development version of actilifecounts from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("jhmigueles/actigraphcounts")
devtools::install_github("jhmigueles/actilifecounts")
```

## Generating activity counts

This is a basic example which shows you how to generate activity counts.

``` r
library(actigraphcounts)
library(actilifecounts)
# read accelerometer data (for example, from a csv file)
filename = "C:/mystudy/mydata/myfile.csv"
raw = data.table::fread(filename)
Expand Down

0 comments on commit f34a5df

Please sign in to comment.