ztype: ztype

Description Usage Arguments Examples

Description

How fast can you type R functions on your keyboard? Find out by running a 'zty.pe' game: export R functions as instructions to type to destroy opponents vessels.

launch a ZType game using function names of R packages

Usage

1
ztype(packages = c("dplyr", "ggplot2", "lubridate"), nb = 25)

Arguments

packages

a vector containing installed packages from which extract function names

nb

number of levels to design in the ZType game

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
require(ztype)
require(magrittr)
ztype() # dplyr, ggplot2 and lubridate
c("lubridate") %>% ztype()

## End(Not run)




## Not run: 
require(ztype)
require(magrittr)
ztype()# dplyr, ggplot2 and lubridate
c("lubridate") %>% ztype()

## End(Not run)

ThinkRstat/ztype documentation built on May 9, 2019, 4:45 p.m.