Learn R Programming

SveltePlots (version 0.1.0)

quests: Example Dataset: Retention Data

Description

This dataset contains retention data for different custom categories and progression stages. It includes the number of observations at two different points (n.x and n.y) and the retention rate.

Usage

quests

Arguments

Format

A tibble with 38 rows and 5 variables:

custom_01

Character. A custom category identifier.

progression_2

Factor. The progression stage.

n.x

Numeric. The number of observations at the first point.

n.y

Numeric. The number of observations at the second point.

retention

Numeric. The retention rate, calculated as n.x divided by n.y.

Examples

Run this code
data(quests)
head(quests)

Run the code above in your browser using DataLab