list_freetext_markdown | R Documentation |
Create a markdown listing from a character dataset
list_freetext_markdown(dat)
dat |
a character |
string containing markdown code listing all nonempty free text in the dataset
dat <- data.frame(Freetext = c("Some text", "More text")) list_freetext_markdown(dat) # use inside a .Rmd document like this: # `r list_freetext_markdown(dat)`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.