R/fitbitr.R

#' fitbitr
#'
#' Provides an API Access to fitbit API via R
#'
#' @name fitbitr
#' @docType package
url_base <- "https://api.fitbit.com/1/"
url_api  <- paste0(url_base, "user/-/")
teramonagi/fitbitr documentation built on Jan. 21, 2021, 8:35 p.m.