knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Setup

Once the package has been installed, simply type library(statdata) as ususal.

# library(tidyverse)
library(statdata)

Data Dictionary

You can find the data dictionary on the statdata website.

Basic Usage

This package contains the simple, but valuable datasets to understand basic data science concepts. While looking into datasets, mostly dataframe (aka, tibble), you can apply statistical skills which you have learned.

data("CO2_emissions")
CO2_emissions


tidyverse-korea/statdata documentation built on Dec. 23, 2021, 10:54 a.m.