Google News
logo
R - Quiz(MCQ)
How can we access the first component of the list?
A)
Tools
B)
Package
C)
Function
D)
Number of the Position

Correct Answer :   Number of the Position


Explanation : There are a number of ways of accessing the first component of a list. We can either access it through the name of that component (if names are assigned) or by using a number corresponding to the position the component.

Advertisement