Description Usage Arguments Examples
Create a flash card with desired data frame
1 2 3 4 5 6 7 8 9 10 |
data |
df with front and back columns |
frontColor |
frond side background color |
backColor |
back side background color |
front_text_color |
frond text color |
back_text_color |
back text color |
width |
width |
height |
height |
elementId |
element id |
1 2 3 4 5 | 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 = "grey")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.