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()

Try the RGoogleFit package in your browser

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

RGoogleFit documentation built on Feb. 16, 2020, 1:07 a.m.