View source: R/st_url_parser.R
| st_extract_url_params | R Documentation |
Extracts and displays all parameters from a Sensor Tower web URL in a readable format. Useful for understanding complex URLs.
st_extract_url_params(url)
url |
Character string. A Sensor Tower web interface URL |
Data frame with parameter names and values
## Not run:
url <- "https://app.sensortower.com/market-analysis/top-apps?os=unified&measure=DAU"
params_df <- st_extract_url_params(url)
View(params_df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.