| markdown2df | R Documentation |
Convert markdown string tables to data.frame
markdown2df(text, autoformat = TRUE)
text |
Character. Markdown text representing a table. |
autoformat |
Boolean. Automatically format numerical, logical and date values to their classes? |
Other Tools:
autoline(),
bind_files(),
bring_api(),
chr2num(),
db_download(),
db_upload(),
dont_sleep(),
export_plot(),
export_results(),
files_functions(),
font_exists(),
formatColoured(),
formatHTML(),
glued(),
grepm(),
h2o_selectmodel(),
haveInternet(),
image_metadata(),
importxlsx(),
ip_data(),
json2vector(),
list_cats(),
listfiles(),
mail_send(),
move_files(),
msplit(),
myip(),
quiet(),
read.file(),
statusbar(),
tic(),
try_require(),
updateLares(),
warnifnot(),
what_size()
txt <- "| Item | Value |\n|------|-------|\n| 50C | 122F |\n| 300K | 80.33F |"
markdown2df(txt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.