mozUrlMetrics: Function to retrive URL Metrics from Moz-API

View source: R/mozUrlMetrics.R

mozUrlMetricsR Documentation

Function to retrive URL Metrics from Moz-API

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

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

## 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)

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