books: Persian Books Dataset

Description Usage Format Source Examples

Description

The dataset contains 105578 books that were published in Iran.

Usage

1

Format

A tibble with 105578 rows and 17 variables:

Source

Mahmud Eskandari

Examples

1
2
3
4
5
6
7
books

if (require("dplyr")) {
books %>%
  count(subject,sort = TRUE) %>%
  slice(1:10)
}

mcnakhaee/dadegan documentation built on Sept. 3, 2020, 2:19 a.m.