R/RGoogleFit-package.R

#' @title R Interface To Google Fit API
#'
#' @description
#' Provides interface to Google Fit REST API v1
#' (see <https://developers.google.com/fit/rest/v1/reference/>).
#'
#' Sources available at https://github.com/ms32035/RGoogleFit
#'
#' @name RGoogleFit-package
#' @docType package
#' @import RCurl jsonlite bit64 httr
#' @importFrom utils URLencode
invisible(NULL)

RGoogleFitObjects <- new.env()
yogat3ch/RGoogleFit documentation built on Nov. 5, 2019, 1:20 p.m.