| st_app | R Documentation |
Thin v1.0.0 facade for app metadata lookups. By default it dispatches to the legacy detailed app metadata endpoint. When 'fields' is supplied, it dispatches to 'st_app_enriched()' and optionally subsets to the requested fields.
st_app(app_id, os = "unified", fields = NULL, auth_token = NULL)
app_id |
Character scalar or vector of app identifiers. |
os |
Operating system context. One of '"ios"', '"android"', or '"unified"'. |
fields |
Optional character vector of enriched fields to keep. When supplied, the request is routed through 'st_app_enriched()'. |
auth_token |
Optional Sensor Tower API token. |
A tibble returned by the dispatched legacy implementation.
## Not run:
st_app("553834731", os = "ios")
st_app(
c("553834731", "com.supercell.clashofclans"),
fields = c("revenue_90d_ww", "downloads_30d_ww")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.