where: Where is this City?

Description Usage Arguments Examples

View source: R/where.R

Description

An addin to test your geographical skills !

Usage

1
2
3
4
5
6
where(
  mode = getOption("where.mode", default = "city"),
  area = getOption("where.area"),
  time = getOption("where.playtime", default = 60),
  viewer = getOption(x = "where.viewer", default = "dialog")
)

Arguments

mode

Play mode: city or country.

area

Default selected country/continent.

time

Playing time, default to 60 seconds.

viewer

Where to display the gadget: "dialog", "pane" or "browser" (see viewer).

Examples

1
2
3
4
5
6
## Not run: 

where()


## End(Not run)

dreamRs/where documentation built on Jan. 30, 2020, 4:20 p.m.