if (FALSE) { # interactive()
# Get information about Microsoft Teams
teams <- apple_apps[apple_apps$app_name == "Microsoft Teams", "app_id"]
# Search for any other apps
search_apple(term = "Microsoft Teams", country = "ca", media = "software")
# General application information including average rating
lookup_apple(teams, country = "ca")
# Latest application reviews
get_apple_reviews(teams, country = "ca")
# Current position on App store
get_apple_chart_postion(teams, country = "ca")
}
Run the code above in your browser using DataLab