install.packages("tidyverse") # 데이터 클리닝 및 그래프
install.packages("haven") # .dta 파일 생성
install.packages("openxlsx") # 엑셀 데이터 생성
install.packages("readxl") # 엑셀 데이터 import
install.packages("data.table") # 효율적인 데이터 클리닝
# 그 외 등등
  1. [윈도우 키]>’cmd’라고 타이핑 후 엔터
  2. 아래와 같이 코딩
pip install pandas # 데이터 클리닝
pip install matplotlib # 그래프
pip install bs4 # 웹 크롤링