R basic

R basic

University

8 Qs

quiz-placeholder

Similar activities

Analyse de données avec R (1)

Analyse de données avec R (1)

University

10 Qs

ICS113_Unix Commands

ICS113_Unix Commands

University

7 Qs

Sistemas Contables

Sistemas Contables

University

10 Qs

Linux system

Linux system

University

7 Qs

28thOS

28thOS

University

10 Qs

Todo List

Todo List

University

10 Qs

ICT315- 20SSL6142

ICT315- 20SSL6142

University

10 Qs

Regresion lineal

Regresion lineal

University

9 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

Discover more resources for Mathematics