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

Description Usage Arguments Examples

View source: R/mobileFriendly.R

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

1
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

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

## End(Not run)

seoR documentation built on Jan. 29, 2018, 5:05 p.m.

Related to mobileFriendly in seoR...