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