#' shinyga: Easier Google Analytics Dashboards in Shiny.
#'
#' This package adds functions to be used within a Shiny project, that quickstart
#' importing and displaying Google API data.
#'
#' Package focused on quick setup of Google Authentication APIs,
#' with initial focus on Google Analytics.
#'
#' @section Authentication functions:
#' \code{\link{doAuthMacro}}
#' \code{\link{renderAuthDropdownRow}}
#' \code{\link{createCode}}
#'
#' @section Message Functions:
#' \code{\link{initMessageData}}
#' \code{\link{addMessageData}}
#'
#' @section Fetch Data Functions:
#' \code{\link{rollupGA}}
#'
#' @section Macro Functions:
#' \code{\link{metricSelect}}
#'
#' @docType package
#' @name shinyga
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.