File: setGoogleAnalyticsId.Rd

package info (click to toggle)
r-cran-nozzle.r1 1.1-1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: javascript: 553; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\name{setGoogleAnalyticsId}
\alias{setGoogleAnalyticsId}
\title{Set the Google Analytics tracking ID to be embedded in this report ("web property id", usually starts with "UA-").}
\usage{
  setGoogleAnalyticsId(report, id)
}
\arguments{
  \item{report}{Report element.}

  \item{id}{Web property ID for the Google Analytics
  tracking account.}
}
\value{
  Updated report element.
}
\description{
  Set the Google Analytics tracking ID to be embedded in
  this report ("web property id", usually starts with
  "UA-").
}
\note{
  A (free) Google Analytics account is required.
}
\author{
  Nils Gehlenborg \email{nils@hms.harvard.edu}
}
\references{
  \url{http://www.google.com/analytics}
}