The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of flashCard is to …
::install_github("jienagu/flashCard") devtools
This is package is to create a flash card for Shiny application with desired data.frame.
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)
<- data.frame(
df1 front = c("Title front","contentfront", "content second line"),
back =c("Title back","content back", "second line")
)flashCard(df1, elementId = "card", front_text_color = "white")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.