Reading Data into R
Emmanuel Teitelbaum
0:00 / 0:00
Reading Data into R
305 просмотров · 2 года назад
Emmanuel Teitelbaum
603 подписчика
305 просмотров · 2 года назад
In this video, I show students how to read data into R. First we download some World Bank data as a CSV file and then use the read_csv() function to pull it into R.
This video is part of a series of videos on wrangling data in R: • Wrangling Data in R
Code and data are here: https://github.com/eteitelbaum/youtub...
Table of Contents:
00:27 - Download WB Data
02:35 - Save data in a CSV file
03:51 - Quarto setup
05:34 - The readr code chunk
09:31 - Run code, glimpse() data