File: Exports.Rd

package info (click to toggle)
r-cran-googlevis 0.6.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,660 kB
  • sloc: sh: 17; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{Exports}
\alias{Exports}
\docType{data}
\title{
Exports: googleVis example data set
}
\description{
  Example data set to illustrate the use of the googleVis package.
}
\usage{data(Exports)}
\format{
  A data frame with 10 observations on the following 3 variables.
  \describe{
    \item{\code{Country}}{a factor with levels \code{Brazil}, \code{Germany} ...}
    \item{\code{Profit}}{a numeric vector}
    \item{\code{Online}}{a logical vector}
  }
}
\examples{
data(Exports)
str(Exports)
}
\keyword{datasets}