5주차: Data/Graph/Table 문법
데이터, 그래프, 표 문법을 학습합니다.
---
title: "챗GPT 데이터 사이언스"
subtitle: "5주차: Data/Graph/Table 문법"
description: |
데이터, 그래프, 표 문법을 학습합니다.
author:
- name: 이광춘
url: https://www.linkedin.com/in/kwangchunlee/
affiliation: 한국 R 사용자회
affiliation-url: https://github.com/bit2r
title-block-banner: true
format:
html:
theme: flatly
code-fold: true
code-overflow: wrap
toc: true
toc-depth: 3
toc-title: 목차
number-sections: true
highlight-style: github
self-contained: false
default-image-extension: jpg
filters:
- lightbox
lightbox: auto
link-citations: true
knitr:
opts_chunk:
message: false
warning: false
collapse: true
echo: true
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor_options:
chunk_output_type: console
---
# 데이터프레임
- [펭귄 데이터셋](https://r2bit.com/chatGPT/palmer_penguins.html)
# 데이터 문법
- [dplyr](https://statkclee.github.io/data-science/)
# 그래프 문법
- [ggplot2](https://statkclee.github.io/viz/)
# 표 문법
- [`gt`](https://statkclee.github.io/data-science/)