load_decks: Load one or more decks

Description Usage Arguments Value

View source: R/load_decks.R

Description

Load one or more decks

Usage

1
load_decks(decks, library, user_dir, add_hash = TRUE)

Arguments

decks

The names or folder paths of one or more decks to practice on. By default, all decks in "library" are used.

library

The path to the deck library. This is where the user stores their decks and practice history. By default, this is a directory called "deck_library" in the current working directory. If NULL, it will be the current working directory.

add_hash

If TRUE, add "front_hash" and "back_hash" columns containing the md5 hash of the contents of the cards.

Value

A data.frame


zachary-foster/flashcards documentation built on April 23, 2020, 7:26 a.m.