File: googleVis-package.Rd

package info (click to toggle)
r-cran-googlevis 0.7.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,404 kB
  • sloc: makefile: 5
file content (45 lines) | stat: -rw-r--r-- 1,206 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\name{googleVis-package}
\alias{googleVis-package}
\alias{googleVis}
\docType{package}
\title{
  R Interface to Google Charts
}
\description{
  R interface to Google Charts API, allowing users 
  to create interactive charts based on data frames. Charts 
  are displayed locally via the R HTTP help server. A modern 
  browser with Internet connection is required and for some 
  charts Flash. The data remains local and is not uploaded to 
  Google.
    
  Please visit the project web site for more information:
  \url{https://github.com/mages/googleVis}.

  You find further notes on Markus' blog:
  \url{https://magesblog.com/tags/googlevis/}
} 
%\details{
%	}
\author{
	Markus Gesmann, Diego de Castillo
	}
\note{
  See \code{vignette("googleVis")} for an introduction to the
  \code{googleVis} package. 
  }
\references{
  \itemize{
		\item Google Charts API: \url{https://developers.google.com/chart/}
	  \item Google Terms of Use: \url{https://developers.google.com/terms/}
	  \item Google Maps API Terms of Service: \url{https://cloud.google.com/maps-platform/terms/}
      }
}
\examples{
\dontrun{
  demo(googleVis)
  ## For other demos see
  demo(package='googleVis')	
  }
}
\keyword{ package }