data 101 - "R" basic syntax

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:53 PM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

getwd()

checks what environment you are in

2
New cards

list possible ways to locate or call a csv in R

use read.csv(““)

in ““ may…

  • copy path

  • while in session, then set working directory

  • if the file currently working on and the csv are in the same folder may directly put the name


3
New cards

how do you rename or recall a file?

4
New cards

nrow(““)

shows how many rows in df

5
New cards

ncol(““)

how many columns are in a df

6
New cards

dim()

states the dimensions of a data frame…how many rows and coloums

7
New cards

summary()

quick stats of the data frame