in R Language by
What is the process to create a table in R language without using external files?

1 Answer

0 votes
by

MyTable= data.frame ()

 edit (MyTable)

The above code will open an Excel Spreadsheet for entering data into MyTable.

Learn Data Science in R Programming to land a top gig as an Enterprise Data Scientist!

...