R packages contain ALL the functionality in R | Learn R
Jarad Niemi
0:00 / 0:00
R packages contain ALL the functionality in R | Learn R
758 просмотров · 4 года назад
Jarad Niemi
7,01 тыс. подписчиков
758 просмотров · 4 года назад
#jaradniemi #learnr #r-packages
R packages contain most of the functionality in R. In this video, we show you how to install R packages, how to attach them to the current R session, and how to find out what package a function comes from. We also suggest you install the tidyverse package in order to have access to much of the functionality we will discuss in future videos.
R script: https://www.jarad.me/youtube/scripts/...
Learn R: • Learn R
R download: https://www.r-project.org/
RStudio download: https://www.rstudio.com/products/rstu...
R logo (no changes made): https://www.r-project.org/logo/
List of R packages (no changes made): https://commons.wikimedia.org/wiki/Fi...
Chapters
00:00 R Packages
01:02 sessionInfo()
02:50 Explicit package
04:37 Install R packages
06:46 Bioconductor
07:47 Install from GitHub
09:47 Attach package
12:25 library()
12:53 What R packages are good?
14:22 Install the tidy verse