semrush_reports: Wrapper function for all SEMRush report types.

Description Usage Arguments Value Examples

View source: R/semrush_reports.R

Description

This function is a wrapper for all SEMRush reports functions included in this package. It takes a single argument ('report'), and passes all other arguments to the associated '*_reports' functions.

Usage

1

Arguments

report

string. The report type on which to pass all additional arguments. Choices are 'advertising', 'backlinks', 'domain', 'keywords', or 'overview'.

'...'

Additional arguments to pass on to underlying functions.

Value

A data table (tibble) with columns for each requested variable.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 

report <-
  semrush_reports(
    report = "domain",
    type = "domain_organic",
    key = key,
    database = "us",
    domain = "cran.r-project.org"
  )


## End(Not run)

ericvc/semRush documentation built on Aug. 7, 2020, 12:54 p.m.