R basic

R basic

University

8 Qs

quiz-placeholder

Similar activities

Tidyverse Quiz

Tidyverse Quiz

University

8 Qs

Correlación

Correlación

University

7 Qs

Examen práctico Estadística

Examen práctico Estadística

University

13 Qs

Analyse de données avec R (introduction au cours)

Analyse de données avec R (introduction au cours)

University

10 Qs

A3 IIIB - CSV to SQLite

A3 IIIB - CSV to SQLite

11th Grade - University

10 Qs

Manejo de Archivos - TC1028

Manejo de Archivos - TC1028

University

10 Qs

A3 IIIB - Básicas de EDA

A3 IIIB - Básicas de EDA

11th Grade - University

10 Qs

pandas

pandas

9th Grade - University

8 Qs

R basic

R basic

Assessment

Quiz

Mathematics, Biology, Computers

University

Hard

Created by

Thien Nguyen Chi

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is this an icon of?

slack.png

R engine

R Project

R Studio

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What extension will an R script have?

.Rscript

.Rproj

.R

.Rmd

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which key autocompletes the existing object or function name when you start typing in R?

"->"

Tab

Shift

Escape

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an absolute local path?

C:/users/me/Desktop/data/SAFI_clean.csv

data/SAFI_clean.csv

https://figshare.com/files/11492171

here/SAFI_clean.csv

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does getwd() do in R?

Displays the path to your current working directory

Sets the working space to the current directory

Lists the contents of the current directory

Sets the path to the current directory

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are good names for your digital objects in R?

My#Beautif$lobj8ct

My.beautiful.object

MyBeautifulObject

My beautiful object

My_beautiful_object

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you install the tidyverse package in R?

install.packages(tidyverse)

library(tidyverse)

install.packages("tidyverse")

install.tidyverse()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do: read_csv("data/SAFI_clean.csv")

Creates SAFI_clean.csv spreadsheet in the data folder

Loads SAFI_clean.csv to R Studio with ephemeral output in the console

Deletes the SAFI_clean.csv in the data folder

Creates a new object called SAFI_clean in R Studio environment