只需粘貼或將你的 Markdown 表拖放到 數據源 的 TextArea 中,它將立即執行轉換的魔力。請參閱"Markdown 示例"。
你可以通過 表格編輯器 像 Excel 一樣在線編輯你的數據,所有的更改將實時轉換為 R DataFrame。
Just copy the generated R data frame code in Table Generator, and paste it into your R script for testing.
提示:你的數據是安全的,轉換完全在你的網絡瀏覽器中完成,我們不會存儲你的任何數據。
Markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文本格式編寫文檔,然後轉換成有效的 XHTML(或者 HTML)文檔。
R DataFrame is a data structure in R that is used to store tables. It is similar to a database table or a data frame in Python's pandas.