1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
getwd()
checks what environment you are in
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
how do you rename or recall a file?
←
nrow(““)
shows how many rows in df
ncol(““)
how many columns are in a df
dim()
states the dimensions of a data frame…how many rows and coloums
summary()
quick stats of the data frame