mozLinkMetrics: Function to retrive Link Metrics from Moz-API
Description
This function allows you to get the Moz Link 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.
indicates which links to return based on whether the target and source URLs are pages, domains, or subdomains.
Limit
The default value of Limit is 1 and the maximum value is 50.
Filter
excludes results unless they meet criteria you specify. You can specify more than one value by separating multiple Filter parameters with a plus symbol +.
# NOT RUN {page<-"https://www.r-project.org/"Access_ID<-{{YOUR_ACCESS_ID}}
Secret_Key<-{{YOUR_SECRET_KEY}}
mozLinkMetrics(page, Access_ID, Secret_Key)
# }