Learn R Programming

ztype (version 0.1.0)

gen_game: gen_game

Description

generate a ZType game by puhsing a set of levels on the website.

Usage

gen_game(set_of_levels, open = FALSE)

Arguments

set_of_levels
the set of levels to use
open
booleen open browser

Examples

Run this code
## Not run: 
# require(ztype)
# require(magrittr)
# c("dplyr","ggplot2","lubridate") %>% gen_set_of_words() %>%
# gen_set_of_levels(10) %>%
# gen_game() %>% browseURL()
# ## End(Not run)

Run the code above in your browser using DataLab