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

Try the fitbitr package in your browser

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

fitbitr documentation built on March 31, 2023, 9:10 p.m.