Ivy_Accenture_Data_Analytics_Using_R_Quiz-3

Ivy_Accenture_Data_Analytics_Using_R_Quiz-3

Professional Development

15 Qs

quiz-placeholder

Similar activities

Characteristics of a good public speaker

Characteristics of a good public speaker

Professional Development

10 Qs

Writing Emails

Writing Emails

Professional Development

10 Qs

Currency Around the World!

Currency Around the World!

Professional Development

20 Qs

People Puzzle

People Puzzle

Professional Development

10 Qs

Python Test -1A

Python Test -1A

Professional Development

10 Qs

CISCO PLACEMENT TEST 7 @ 3/4/25 St.Josephs

CISCO PLACEMENT TEST 7 @ 3/4/25 St.Josephs

Professional Development

10 Qs

fundamental test

fundamental test

Professional Development

10 Qs

Chinese culture

Chinese culture

Professional Development

10 Qs

Ivy_Accenture_Data_Analytics_Using_R_Quiz-3

Ivy_Accenture_Data_Analytics_Using_R_Quiz-3

Assessment

Quiz

Professional Development

Professional Development

Easy

Created by

Ivy Professional School

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The dplyr package can be installed from CRAN using:

installall.packages("dplyr")

install.packages("dplyr")

install.packages(dplyr)

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

"dplyr" is one of the most popular packages used in R for manipulating data and it contains 5 core functions to handle data.Which of the following is not one of the core functions of dplyr package?

select()

filter()

arrange()

summary()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

____________ add new columns/variables or transform existing variables

mutate

add

append

arrange

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following return a subset of the columns of a dataframe?

select

retrieve

get

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The _____________ operator is used to connect multiple verb actions together into a pipeline

pipe

piper

start

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Columns can be arranged in descending order too by using the special _______________ operator

desc()

descending()

asc()

subset()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The ___________ function can be used to select columns of a dataframe that you want to focus on

select

rename

get

All of the mentioned

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?