テーブルエディタ によってオンラインでデータを編集でき、すべての変更はリアルタイムで R DataFrame に変換されます。
Just copy the generated R data frame code in Table Generator, and paste it into your R script for testing.
ヒント:データは安全で、Webブラウザで変換が完全に完了しているため、データのいずれかを保存しません。
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.