R/aaa.R

Defines functions .onLoad

#' @noRd
.onLoad <- function(libname, pkgname) {
  .fitbitr_token <<- NULL

  invisible()
}


## package constants
base_url <- "https://api.fitbit.com"

## misc helpers for using pipes in the package
. <- NULL
mrkaye97/fitbitr documentation built on Oct. 20, 2024, 5:20 p.m.