Which programming language was R primarily inspired by in its development?
In R, which of the following is a basic data type used to store numbers with decimals like 3.14?
Which R function would you use to create a vector containing the numbers 1, 2, and 3?
If you want to use a package you have installed in R, which function do you use to load it?
To read a comma-separated values (CSV) file named 'data.csv' into R, which function would be most appropriate?
What is the name of the fundamental R data structure for storing tabular data with rows and columns, similar to a spreadsheet?
Which syntax retrieves the second column from a data frame called df in R?
If you want to quickly view summary statistics of all columns in your data frame called 'mydata', which command should you use?
To make a basic scatter plot in R of vectors x and y, which function would you typically use?
Which of the following best describes a primary use of R in data science?