InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Lapply And Sapply? |
|
Answer» LAPPLY is used to show the output in the FORM of list whereas SAPPLY is used to show the output in the form of VECTOR or data frame. lapply is used to show the output in the form of list whereas sapply is used to show the output in the form of vector or data frame. |
|