essay0_revised_and_shuffled: Cleaned (shuffled) OkCupid essay data

Description Usage Format Source Examples

Description

Cleaned randomly row-shuffled essay data of 59,946 OkCupid users. To unpair essays from users, the rows of the essay data were randomly scrambled. Furthermore, due to R package size restrictions, only the first 140 characters of each user's first essay response (my self summary) is included. The original data and codebook can be found at https://github.com/rudeboybert/JSE_OkCupid.

Usage

1

Format

A data.frame with 59946 rows and 1 variable:

essay0

First 140 characters of first essay response (my self summary)

Source

https://github.com/rudeboybert/JSE_OkCupid

Examples

1
2
3
4
5
library(tibble)
essay0_revised_and_shuffled

# If using RStudio:
# View(essay0_revised_and_shuffled)

rudeboybert/okcupiddata documentation built on May 20, 2021, 11:14 a.m.