mobileFriendly: Function to retrieve Data from Googles Mobile Friendly...

View source: R/mobileFriendly.R

mobileFriendlyR Documentation

Function to retrieve Data from Googles Mobile Friendly Testing API

Description

This function allows you to retrive Data from Googles Mobile Friendly Test API. The Function retrives the data for a given Url. The API provides you a TRUE for "is mobile friendly" and FALSE for "is not mobile friendly"

Usage

mobileFriendly(domain, APIToken = "AIzaSyC1gUZEsqk-nny6f3KnJyTKuy30O6fpGCw")

Arguments

domain

The Url you want to perform the test for.

APIToken

Your API Token for this Google Project. Please use your own token if you perform a lot of calls. mobileFriendly()

Examples

## Not run: 
mobileFriendly("https://www.r-project.org/")

## End(Not run)

dschmeh/seoR documentation built on Jan. 7, 2023, 12:19 a.m.