| st_apps | R Documentation |
Thin v1.0.0 facade for app discovery by query string or server-side filter.
st_apps(
query = NULL,
filter = NULL,
os = "ios",
country = "US",
limit = 100,
auth_token = NULL
)
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. |
A tibble returned by the dispatched legacy implementation.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.