type_github: Typing practice via R packages on Github

Description Usage Arguments Examples

View source: R/utils.R

Description

This function sends the user into an interactive loop that simulates typing a part of an actual R package on github. The standard words-per-minute calculations are presented to the user after each typed line and following the typing round.

Usage

1
type_github(repo = "tidyverse/dplyr")

Arguments

repo

Which repo do you want to practice typing on ("tidyverse/dplyr") is the default

Examples

1
2
3
4
## Not run: 
type_github()

## End(Not run)

baogorek/typingtutor documentation built on Feb. 22, 2020, 3:30 a.m.