يمكنك تحرير بياناتك عبر الإنترنت مثل 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.