Ivy_Accenture_Data_Analytics_Using_R_Quiz-3

Ivy_Accenture_Data_Analytics_Using_R_Quiz-3

Professional Development

15 Qs

quiz-placeholder

Similar activities

Generative AI 101

Generative AI 101

Professional Development

10 Qs

Mendix-1

Mendix-1

Professional Development

10 Qs

W8D3 English Listening

W8D3 English Listening

Professional Development

10 Qs

Operational plan quiz 2024

Operational plan quiz 2024

Professional Development

10 Qs

Introduction to AI

Introduction to AI

Professional Development

14 Qs

Post test data science day 24

Post test data science day 24

Professional Development

10 Qs

Study Jam Quiz - Python

Study Jam Quiz - Python

12th Grade - Professional Development

10 Qs

WSN_1

WSN_1

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?