flashCards: Flashcards for Code

Description Usage Arguments

View source: R/flashcards.R

Description

Shows flashcards for the methods that will help you become more fluent at R. You will gave a short practice session to review each method. If you say you are comfortable with the method, you will not see it for a while. If you are not comfortable, it will return to your flashcards so you have another chance to review.

Usage

1
2
flashCards(num_flashcards = 10, time_since_last_use = NULL,
  pack = NULL)

Arguments

num_flashcards

how many flashcards to do at once.

time_since_last_use

time interval since the last time the function was used in console. For example: lubridate::hours(1)

pack

If you would like to use a custom card pack, then you can choose on here ( TODO: figure this out and test it )


djacobs7/remembr documentation built on June 17, 2020, 3:35 p.m.