top.bacon.searching.cities {nutshell}R Documentation

Top Bacon Searching Cities

Description

This data ranks US cities by the frequency with which residents of those cities search for the word "Bacon" on Google.

Usage

data(top.bacon.searching.cities)

Format

A data frame with 15 observations on the following 2 variables.

city
a factor with levels representing US city names
rank
a numeric vector

Details

This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.

Source

The data was from Google Insights, http://www.google.com/insights/search/#q=bacon&cmpt=q. Query was run on September 5 2009, for data from 2004 through 2009.

Examples

data(top.bacon.searching.cities)
typeof(top.bacon.searching.cities)
class(top.bacon.searching.cities)

[Package nutshell version 1.0 Index]