R/doc_package.R

# -*- coding: utf-8 -*-
#' @encoding UTF-8
#'
#' @title 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.
#' @docType package
#' @name ztype
#' @examples
#'
#'\dontrun{
#' require(ztype)
#' require(magrittr)
#' ztype() # dplyr, ggplot2 and lubridate
#' c("lubridate") %>% ztype()
#'}
#'
#'
#'
#'
NULL

Try the ztype package in your browser

Any scripts or data that you put into this service are public.

ztype documentation built on May 1, 2019, 9:23 p.m.