mozUrlMetrics: Function to retrive URL Metrics from Moz-API

Description Usage Arguments Examples

View source: R/mozUrlMetrics.R

Description

This function allows you to get the Moz URL Metrics. You need a API Key to retrieve this Data. You can generate one for free here: https://moz.com/help/guides/moz-api/mozscape/getting-started-with-mozscape/create-and-manage-your-account At the Moment you just get the Data provided by a free Account.

Usage

1
mozUrlMetrics(page, Access_ID, Secret_Key)

Arguments

page

The page you want the data for

Access_ID

Your Moz Access ID

Secret_Key

Your Moz Secret Key mozUrlMetrics()

Examples

1
2
3
4
5
6
7
## Not run: 
page<-"https://www.r-project.org/"
Access_ID<-{{YOUR_ACCESS_ID}}
Secret_Key<-{{YOUR_SECRET_KEY}}
mozUrlMetrics(page, Access_ID, Secret_Key)

## End(Not run)

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

Related to mozUrlMetrics in seoR...