Please enable JavaScript.
Coggle requires JavaScript to display documents.
R and R studio - Coggle Diagram
R and R studio
APPLICATIONS
I want to know more about by dataset or data
use summarize
basic stats
find the col names
colnames()
get the first few rows
head()
shows in console
create a plot
see entire table
use View(dataset)
it opens in a new window
str() and glimpse()
CLEAN DATA
change col names
package vs library
install vs load
Rstudio
running a script
it runs line by line starting from the line where the cursor is right now