InterviewSolution
Saved Bookmarks
| 1. |
Accessing elements is achieved through a process called ________(a) Indexing(b) Outdexing(c) Highlighting(d) ScrappingThe question was posed to me by my school principal while I was bunking the class.This key question is from Data Types topic in division Nuts and Bolts and Getting Data In and Out of R Programming |
|
Answer» CORRECT CHOICE is (a) Indexing To ELABORATE: Accessing elements is achieved through a process called indexing. Indexing may be done by a VECTOR of positive integers and negative integers to indicate inclusion. |
|