read_flash_cards: Read Flash card files

Description Usage Arguments Details

View source: R/utils.R

Description

Read Flash card files

Usage

1
read_flash_cards(path, question = question, answer = answer, clean = TRUE)

Arguments

path

the path to a file. Must have columns 'question' and 'answer'.

question

the column name for the questions in the dataset

answer

the column name for the answers in the dataset

clean

logical; whether or not to clean the column names

Details

function currently accepts .xlsx, .csv, and .rds


tbradley1013/shinyFlash documentation built on April 1, 2020, 3:25 a.m.