| example_sensortower_data | R Documentation |
Creates example data structures that mimic the API responses for testing and demonstration purposes without requiring actual API calls.
example_sensortower_data(type = "app_info", n = 5)
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) |
A tibble with example data matching the structure of actual API responses
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.