This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------- | |
# Installing Add-On R Packages | |
# Spring 2022 | |
# SOCI 4391-01: Advanced Data Analytics | |
# ------------------------------------------------------------------------- | |
# PRO TIP: | |
# Highlight lines 10-18 then press -> Run above | |
if (! require(tidyverse)){ |