(Solved): In R please
Write a function named only_lists that takes as input one argume ...
In R please
???????
Write a function named only_lists that takes as input one argument: - \( x \) : a list with some number of elements. The function should return a list that is a subset of the original list with all non-list elements removed. Hint: The is. list function will be useful for this exercise. The following demostates usage of the function: