Learn R Programming

DescrTab2 (version 2.1.16)

list_freetext_markdown: Create a markdown listing from a character dataset

Description

Create a markdown listing from a character dataset

Usage

list_freetext_markdown(dat)

Value

string containing markdown code listing all nonempty free text in the dataset

Arguments

dat

a character data.frame or tibble.

Examples

Run this code
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)`

Run the code above in your browser using DataLab