# Generated by roxygen2: do not edit by hand

export("%>%")
export(apply_choi)
export(apply_cole_kripke)
export(apply_oakley)
export(apply_sadeh)
export(apply_troiano)
export(apply_tudor_locke)
export(collapse_epochs)
export(combine_epochs_periods)
export(complement_periods)
export(expand_periods)
export(expand_timestamp)
export(get_epoch_length)
export(has_missing_epochs)
export(impute_epochs)
export(plot_activity)
export(plot_activity_period)
export(read_agd)
export(read_agd_raw)
export(tbl_agd)
import(dplyr)
import(ggplot2)
importFrom(Rcpp,evalCpp)
importFrom(RcppRoll,
  roll_mean,
  roll_sd,
  roll_sum
)
importFrom(assertthat,
  assert_that,
  has_name,
  noNA
)
importFrom(lubridate,
  duration,
  floor_date,
  is.POSIXct,
  time_length,
  ymd_hms
)
importFrom(magrittr,"%>%")
importFrom(purrr,
  map,
  map2
)
importFrom(rlang,
  .data,
  is_scalar_integerish,
  quo_text
)
importFrom(tidyr,
  pivot_wider,
  unnest
)
importFrom(zoo,
  na.locf,
  na.spline,
  na.trim
)
useDynLib(actigraph.sleepr, .registration = TRUE)
