knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

KGSS

The goal of KGSS is to provide KGSS data as data package.

Installation

You can install the released version of KGSS from Github with:

# install.packages("remotes")
remotes::install_github("mrchypark/KGSS")

Example

use data

library(KGSS)
data(kgss)
kgss

open_codebook() function open browser with codebook pdf.

open_codebook()

citation

Please check this link.

Korean

김지범, 강정한, 김석호, 김창환, 박원호, 이윤석, 최슬기, 김솔이. (2017). 한국종합사회조사 2003-2016. 서울: 성균관대학교 출판부.

English

Kim, Jibum, Jeong-han Kang, Seok-ho Kim, Changhwan Kim, Wonho Park, Yun-Suk Lee, Seulgi Choi, and Sori Kim. (2017). Korean General Social Survey 2003-2016. Seoul, Korea: Sungkyunkwan University.


mrchypark/KGSS documentation built on May 23, 2019, 6:07 p.m.