ztype {ztype}R Documentation

ztype

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

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


## 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)


[Package ztype version 0.1.0 Index]