make_md_table_multiline: Create multiline markdown table from data frame
Description
Converts a data frame into a multiline markdown table.
Usage
make_md_table_multiline(df)
Value
A character string containing the markdown table content
Arguments
- df
The data frame to convert