R/ActisoftR.r

#' ActisoftR: A toolbox for parsing scored actigraphy data.
#'
#'
#' @docType package
#' @name ActisoftR
#' @useDynLib ActisoftR
#' @importFrom dplyr tbl_df filter mutate select_ rename group_by slice
#' @importFrom data.table rbindlist
#' @importFrom tibble add_column
#' @importFrom magrittr %>%
#' @importFrom utils read.csv
#' @importFrom lubridate hours days
#' @importFrom stats setNames update
#' @importFrom scales date_breaks date_format

Try the ActisoftR package in your browser

Any scripts or data that you put into this service are public.

ActisoftR documentation built on Oct. 16, 2018, 5:04 p.m.