R variable names

R variable names

University

20 Qs

quiz-placeholder

Similar activities

Riesgo Financiero y Contratación - Intro

Riesgo Financiero y Contratación - Intro

University

16 Qs

gamer quiz

gamer quiz

1st Grade - Professional Development

15 Qs

Actividad teórica de Admon Op. Ind.

Actividad teórica de Admon Op. Ind.

University

19 Qs

HEN PHẾ QUẢN NHI TỐT NGHIỆP

HEN PHẾ QUẢN NHI TỐT NGHIỆP

University

22 Qs

MEETKPINHYG22

MEETKPINHYG22

University

20 Qs

math is passed

math is passed

University

16 Qs

Social and Communicative Bases for Language Development

Social and Communicative Bases for Language Development

University

16 Qs

Sara Zerhouni

Sara Zerhouni

University

20 Qs

R variable names

R variable names

Assessment

Quiz

Specialty

University

Medium

Created by

Vilmantas Gegzna

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which operator is an assignent operator in R?

<<

<-

=-

=+

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which symbol is the digit "zero"?

o

O

0

x

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which case is considered to be

a good (recommended) style in the Tidyverse?

UpperCamelCase

lowerCamelCase

lower.dotted.case

lower_snake_case

UPPER_SNAKE_CASE

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is this R variable name syntactically correct?

Does this code work?

student_names <- c("Jim", "Anne")

Code does NOT work
Code works but bad style
Code works and good style

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

firstobjectname <- 1
Code does NOT work
Code works but bad style
Code works and good style

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

obj_1 <- 1
Code does NOT work
Code works but bad style
Code works and good style

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

_object <- 1
Code does NOT work
Code works but bad style
Code works and good style

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?