Excel ~ 테이블 편집기과 같이 데이터를 온라인으로 편집 할 수 있으며 변경 사항이 실시간으로 R DataFrame으로 변환됩니다.
Just copy the generated R data frame code in Table Generator, and paste it into your R script for testing.
참고 : 데이터가 안전하고 변환이 웹 브라우저에서 완전히 수행되며 데이터를 저장하지 않습니다.
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.