Skip to content
/ flashCard Public

❗ This is a read-only mirror of the CRAN R package repository. flashCard — Create a Flash Card

License

Notifications You must be signed in to change notification settings

cran/flashCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flashCard

The goal of flashCard is to …

Installation

devtools::install_github("jienagu/flashCard")

This is package is to create a flash card for Shiny application with desired data.frame.

Introduction

Simply create a data frame with front column and back column. Then put this data frame into flashCard() function, we will get a nice flash card.

library(flashCard)
df1 <- data.frame(
  front = c("Title front","contentfront", "content second line"),
  back =c("Title back","content back", "second line")
)
flashCard(df1, elementId = "card", front_text_color = "white")

About

❗ This is a read-only mirror of the CRAN R package repository. flashCard — Create a Flash Card

Resources

License

Stars

Watchers

Forks

Packages

No packages published