Google News
logo
R - Interview Questions
Explain how you can create a table in R without external file?
Use the code
myTable = data.frame()
edit(myTable)
Advertisement