R basic

R basic

University

8 Qs

quiz-placeholder

Similar activities

Excel Creating and Managing Workbooks

Excel Creating and Managing Workbooks

University

10 Qs

QUIZ MODUL 2 DT : Spreadsheet

QUIZ MODUL 2 DT : Spreadsheet

University

10 Qs

Análisis de Datos

Análisis de Datos

University

10 Qs

DIBUJO TOPOGRAFICO EVA CONTINUA 3

DIBUJO TOPOGRAFICO EVA CONTINUA 3

University

10 Qs

Technology Applications

Technology Applications

9th Grade - University

13 Qs

Kuis SAB K Pertemuan 10

Kuis SAB K Pertemuan 10

University

10 Qs

Python Quiz - 6

Python Quiz - 6

University

10 Qs

Análisis de regresión lineal

Análisis de regresión lineal

University

10 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