Computer Science, asked by sarikkhullar99, 3 months ago

Write a R program to add a new column and new rows in a given data frame.

Answers

Answered by rakhinayak198447
1

Answer:

Add Column with $-Operator. In Example 1, you’ll learn how to add a new column to a data frame …

Add Column with Square Brackets. Example 1 has shown how to add a new variable to a data frame …

Add Column with cbind Function. Another alternative for creating new variables in a data frame is …

Explanation:

Similar questions