View source: R/getDataForApps.R
getDataForApps | R Documentation |
Scrape Google Play Store search results
getDataForApps(search_term, num_apps = 2)
search_term |
getDataForApps will search the Google Play Store for apps using this search term |
num_apps |
number of apps to return data for |
data
data <- getDataForApps("steganography") data <- getDataForApps("hidden", num_apps = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.