getDataForSingleApp: getDataForSingleApp

View source: R/getDataForSingleApp.R

getDataForSingleAppR Documentation

getDataForSingleApp

Description

Scrape an app page in the Google Play Store for information associated with a number of html tags.

Usage

getDataForSingleApp(app_url)

Arguments

app_url

The url for an app page in the Google Play Store

Value

data

Examples

app_url <- "https://play.google.com/store/apps/details?id=com.dinaga.photosecret"
getDataForSingleApp(app_url)

stephaniereinders/rscrapps documentation built on March 18, 2022, 1:02 a.m.