example_sensortower_data: Example Data for sensortowerR Package

View source: R/example_data.R

example_sensortower_dataR Documentation

Example Data for sensortowerR Package

Description

Creates example data structures that mimic the API responses for testing and demonstration purposes without requiring actual API calls.

Usage

example_sensortower_data(type = "app_info", n = 5)

Arguments

type

Character string specifying the type of example data to create. Options: "app_info", "rankings", "details", "metrics", "publisher_apps", "top_charts", "game_summary"

n

Number of example records to generate (default: 5)

Value

A tibble with example data matching the structure of actual API responses

Examples

# Get example app search results
example_apps <- example_sensortower_data("app_info")
head(example_apps)

# Get example ranking data
example_rankings <- example_sensortower_data("rankings", n = 10)
print(example_rankings)


sensortowerR documentation built on March 18, 2026, 5:07 p.m.