st_apps: Search or Filter Apps

View source: R/st_app.R

st_appsR Documentation

Search or Filter Apps

Description

Thin v1.0.0 facade for app discovery by query string or server-side filter.

Usage

st_apps(
  query = NULL,
  filter = NULL,
  os = "ios",
  country = "US",
  limit = 100,
  auth_token = NULL
)

Arguments

query

Optional search string for app-name search.

filter

Optional 'st_filter' object or 24-character filter ID string.

os

Operating system context for query searches.

country

Two-letter country code used by the filtered-app workflow.

limit

Positive integer row limit.

auth_token

Optional Sensor Tower API token.

Value

A tibble returned by the dispatched legacy implementation.

Examples

## Not run: 
st_apps(query = "Royal Match", os = "unified", limit = 25)

filt <- st_filter(genre = "Puzzle")
st_apps(filter = filt, country = "US", limit = 50)

## End(Not run)


sensortowerR documentation built on April 25, 2026, 5:06 p.m.