context("Load TXT Files")
library(flames)
x <- flame_text_reader("data-txt")
df <- flame_generate_dataframe(x)
x2 <- flame_text_reader("data-txt", single = TRUE, file = "9_21_20.txt")
x2
x <- flame_text_reader("data-txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.