강의

멘토링

커뮤니티

BEST
Data Science

/

Data Analysis

[R for R] R Data Visualization

The easiest explanation of R-based data visualization📊. (Almost) everything you need to know😎. At the end, we will plot COVID-19 💉vaccine vaccination data on a map🗺️!

(5.0) 10 reviews

353 learners

Level Basic

Course period Unlimited

  • datadoctor
R
R
ggplot2
ggplot2
R
R
ggplot2
ggplot2

Last lecture data update (240202)

At the time of video shooting, the default encoding of R was CP949 (EUC-KR) based on the Windows operating system, but it was later changed to UTF-8 encoding, which caused inconvenience in reading the file. More precisely, it was confirmed that the read.csv() function was not reading the "Seoul_COVID19_20210511.csv" file correctly.

So, to make it easier for you to practice, I have newly processed and added the "Seoul_COVID19_20210511_2.csv" file. Of course, you can also use the "Seoul City COVID-19 Confirmed Cases Status.csv" file instead of the file.

The newly uploaded data can be downloaded as a compressed file from the first class video, and the name of the compressed file is "ppt_data_scripts_ v20240202.zip ".

Thanks to magnet0922 for reporting this.

Comment