Learn R Programming

majesticR (version 0.1.1)

majestic_url: Majestic URL -

Description

This function provides all backlink data of an URL, including its CitationFlow, TrustFlow, and Root domain.

Usage

majestic_url(url, api_key)

Arguments

url

An URL you'd like to investigate.

api_key

An identification key assigned to a user after subscribing to Majestic that is available via Profile page.

Value

majestic_url provides all backlink data of an URL

Examples

Run this code
# NOT RUN {
url <- "https://dataseolabs.com/en/"
api_key <- "xxxxxxxxxxxxxxxxxxx"
majestic_domain(url, api_key)
# }

Run the code above in your browser using DataLab