list_freetext_markdown: Create a markdown listing from a character dataset

View source: R/loadData.R

list_freetext_markdownR Documentation

Create a markdown listing from a character dataset

Description

Create a markdown listing from a character dataset

Usage

list_freetext_markdown(dat)

Arguments

dat

a character data.frame or tibble.

Value

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

Examples

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)`

DescrTab2 documentation built on Sept. 6, 2022, 9:05 a.m.