I am new to R and need help. Please help me out in...
How to create a data frame (say myData2) in R that is similar to an existing data frame (say myData1 with 5 columns), but it is blank. That is, the new data frame has 5 columns as are in myData1 but it has no data in the rows.
I want the output to have "0 obs. of 5 variables".